freebsd-ports/devel/p5-Log-Accounting-SVN/Makefile
2021-04-06 16:31:07 +02:00

25 lines
587 B
Makefile

# Created by: Yuan-Chung Hsiao & <ychsiao@ychsiao.org>
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= ${RUN_DEPENDS}
RUN_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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>