diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-21 13:56:48 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-21 13:56:48 +0000 |
commit | cb189f0891e6ef36b1ca2099fd022c07e0b36bf9 (patch) | |
tree | 1a0a2b72018b895cf8967bba1a8f02675ca008de /devel/p5-SVN-Statistics | |
parent | 92ca771effc1f1a8f6ee600736cfc7758cbeca83 (diff) |
Notes
Diffstat (limited to 'devel/p5-SVN-Statistics')
-rw-r--r-- | devel/p5-SVN-Statistics/Makefile | 34 | ||||
-rw-r--r-- | devel/p5-SVN-Statistics/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-SVN-Statistics/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-SVN-Statistics/pkg-plist | 5 |
4 files changed, 45 insertions, 0 deletions
diff --git a/devel/p5-SVN-Statistics/Makefile b/devel/p5-SVN-Statistics/Makefile new file mode 100644 index 000000000000..bb005c1c4a11 --- /dev/null +++ b/devel/p5-SVN-Statistics/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-SVN-Statistics +# Date created: 2006-07-12 +# Whom: Yuan-Chung Hsiao <ychsiao@ychsiao.org> +# +# $FreeBSD$ +# + +PORTNAME= SVN-Statistics +PORTVERSION= 0.031 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= SVN +PKGNAMEPREFIX= p5- + +MAINTAINER= ychsiao@ychsiao.org +COMMENT= SVN::Statistics - perl module to create subversion statistics + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/SVN/Core.pm:${PORTSDIR}/devel/subversion-perl \ + p5-RRDTool-OO>=0:${PORTSDIR}/devel/p5-RRDTool-OO \ + p5-Data-Dumper-Simple>=0:${PORTSDIR}/devel/p5-Data-Dumper-Simple \ + p5-IO-Toolkit>=0:${PORTSDIR}/devel/p5-IO-Toolkit +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= SVN::Statistics.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +IGNORE= currently requires at least Perl 5.8. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-SVN-Statistics/distinfo b/devel/p5-SVN-Statistics/distinfo new file mode 100644 index 000000000000..5803805a513c --- /dev/null +++ b/devel/p5-SVN-Statistics/distinfo @@ -0,0 +1,3 @@ +MD5 (SVN-Statistics-0.031.tar.gz) = ab6d0d4ec326785cde76cfc6dac00b55 +SHA256 (SVN-Statistics-0.031.tar.gz) = 32761b74c364f809b76ea80c03b4ff5b5c5e145671c2bf4fa7ccd17397a926ff +SIZE (SVN-Statistics-0.031.tar.gz) = 4375 diff --git a/devel/p5-SVN-Statistics/pkg-descr b/devel/p5-SVN-Statistics/pkg-descr new file mode 100644 index 000000000000..0fe47b2d1327 --- /dev/null +++ b/devel/p5-SVN-Statistics/pkg-descr @@ -0,0 +1,3 @@ +SVN::Statistics - perl module to create subversion statistics + +WWW: http://search.cpan.org/dist/SVN-Statistics diff --git a/devel/p5-SVN-Statistics/pkg-plist b/devel/p5-SVN-Statistics/pkg-plist new file mode 100644 index 000000000000..185062adfaf6 --- /dev/null +++ b/devel/p5-SVN-Statistics/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/SVN/Statistics.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Statistics/.packlist +@dirrmtry %%SITE_PERL%%/SVN +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Statistics +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN |