aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-SVN-Notify-Config/Makefile
blob: eb6592a79ff4d5ae9f0cc0157ce54e7c211b2bf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Greg Larkin <glarkin@FreeBSD.org>
# $FreeBSD$

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=	${RUN_DEPENDS}
RUN_DEPENDS=	${LOCALBASE}/bin/svnlook:devel/subversion \
		p5-SVN-Notify>=2.70:devel/p5-SVN-Notify \
		p5-YAML>=0.62:textproc/p5-YAML
TEST_DEPENDS=	p5-Test-Deep>=0.1:devel/p5-Test-Deep

USES=		perl5
USE_PERL5=	modbuild

.include <bsd.port.mk>