1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/p5-Log-Accounting-SVN/Makefile
Andrej Zverev 5aa33ab5cf - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 10:57:06 +00:00

24 lines
608 B
Makefile

# Created by: Yuan-Chung Hsiao & <ychsiao@ychsiao.org>
# $FreeBSD$
PORTNAME= Log-Accounting-SVN
PORTVERSION= 0.01
PORTREVISION= 10
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Perl module for accounting SVN repository
BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
p5-SVN-Log>=0:${PORTSDIR}/devel/p5-SVN-Log \
p5-Algorithm-Accounting>=0:${PORTSDIR}/devel/p5-Algorithm-Accounting \
p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>