summaryrefslogtreecommitdiff
path: root/devel/p5-Log-Accounting-SVN/Makefile
blob: 5c46b29b2e21136310f6db87442889d11ff1dfb1 (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
# Created by: Yuan-Chung Hsiao & <ychsiao@ychsiao.org>
# $FreeBSD$

PORTNAME=	Log-Accounting-SVN
PORTVERSION=	0.01
PORTREVISION=	11
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ychsiao@ychsiao.org
COMMENT=	Perl module for accounting SVN repository

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-subversion>=0:devel/p5-subversion \
		p5-SVN-Log>=0:devel/p5-SVN-Log \
		p5-Algorithm-Accounting>=0:devel/p5-Algorithm-Accounting \
		p5-Test-Simple>=0:devel/p5-Test-Simple
RUN_DEPENDS:=	${BUILD_DEPENDS}

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>