# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD: head/devel/p5-SVN-Notify-Config/Makefile 449893 2017-09-15 08:58:46Z mat $

PORTNAME=	SVN-Notify-Config
PORTVERSION=	0.0911
PORTREVISION=	4
PORTEPOCH=	1
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Perl module for config-driven Subversion notification

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${LOCALBASE}/bin/svnlook:devel/subversion \
		p5-SVN-Notify>=2.70:devel/p5-SVN-Notify \
		p5-YAML>=0.62:textproc/p5-YAML
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-Deep>=0.1:devel/p5-Test-Deep

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>
