2006-06-28 04:50:38 +02:00
|
|
|
# New ports collection makefile for: p5-Log-Accounting-SVN
|
|
|
|
# Date created: 2006-06-26
|
|
|
|
# Whom: Yuan-Chung Hsiao & <ychsiao@ychsiao.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Log-Accounting-SVN
|
|
|
|
PORTVERSION= 0.01
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 10
|
2006-06-28 04:50:38 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-28 04:50:38 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= ychsiao@ychsiao.org
|
|
|
|
COMMENT= Perl module for accounting SVN repository
|
|
|
|
|
2012-06-30 16:07:27 +02:00
|
|
|
BUILD_DEPENDS= p5-subversion>=0:${PORTSDIR}/devel/p5-subversion \
|
2006-06-28 04:50:38 +02:00
|
|
|
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
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-06-28 04:50:38 +02:00
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2006-06-28 04:50:38 +02:00
|
|
|
|
|
|
|
MAN3= Log::Accounting::SVN.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|