diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-02-26 20:08:35 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-02-26 20:08:35 +0000 |
commit | 117dfa50b80002f88c573e8f469ccd4e9cd0d417 (patch) | |
tree | 830bee0290d090bd9322a305a109489a260982b2 | |
parent | 31225446e60b0cb17e20033f75b0c38d8e779a5c (diff) | |
download | ports-117dfa50b80002f88c573e8f469ccd4e9cd0d417.tar.gz ports-117dfa50b80002f88c573e8f469ccd4e9cd0d417.zip |
Notes
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-CPAN-Reporter/Makefile | 37 | ||||
-rw-r--r-- | devel/p5-CPAN-Reporter/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-CPAN-Reporter/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-CPAN-Reporter/pkg-plist | 11 |
5 files changed, 54 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 288be741daf2..b6dab3708b64 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1225,6 +1225,7 @@ SUBDIR += p5-CPAN-Inject SUBDIR += p5-CPAN-Meta SUBDIR += p5-CPAN-Mini + SUBDIR += p5-CPAN-Reporter SUBDIR += p5-CPAN-SQLite SUBDIR += p5-CPAN-YACSmoke SUBDIR += p5-CPANPLUS diff --git a/devel/p5-CPAN-Reporter/Makefile b/devel/p5-CPAN-Reporter/Makefile new file mode 100644 index 000000000000..1cda32ea216f --- /dev/null +++ b/devel/p5-CPAN-Reporter/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: p5-CPAN-Reporter +# Date created: 2011-02-04 +# Whom: Steve Wills <swills@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= CPAN-Reporter +PORTVERSION= 1.1902 +CATEGORIES= devel +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DAGOLDEN +PKGNAMEPREFIX= p5- + +MAINTAINER= swills@FreeBSD.org +COMMENT= Adds CPAN Testers reporting to CPAN.pm + +BUILD_DEPENDS= p5-Archive-Tar>0:${PORTSDIR}/archivers/p5-Archive-Tar \ + p5-Capture-Tiny>0:${PORTSDIR}/devel/p5-Capture-Tiny \ + p5-Config-Tiny>0:${PORTSDIR}/devel/p5-Config-Tiny \ + p5-File-Copy-Recursive>0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ + p5-File-HomeDir>0:${PORTSDIR}/devel/p5-File-HomeDir \ + p5-File-pushd>0:${PORTSDIR}/devel/p5-File-pushd \ + p5-IO-CaptureOutput>0:${PORTSDIR}/devel/p5-IO-CaptureOutput \ + p5-Probe-Perl>0:${PORTSDIR}/sysutils/p5-Probe-Perl \ + p5-Test-Reporter>1.54:${PORTSDIR}/devel/p5-Test-Reporter \ + p5-Devel-Autoflush>0:${PORTSDIR}/devel/p5-Devel-Autoflush \ + p5-Tee>0:${PORTSDIR}/devel/p5-Tee +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= CPAN::Reporter::API.3 CPAN::Reporter::Config.3 \ + CPAN::Reporter::History.3 CPAN::Reporter::PrereqCheck.3 \ + CPAN::Reporter.3 CPAN::Reporter::FAQ.3 + +.include <bsd.port.mk> diff --git a/devel/p5-CPAN-Reporter/distinfo b/devel/p5-CPAN-Reporter/distinfo new file mode 100644 index 000000000000..a11b736d8be3 --- /dev/null +++ b/devel/p5-CPAN-Reporter/distinfo @@ -0,0 +1,2 @@ +SHA256 (CPAN-Reporter-1.1902.tar.gz) = 41a1e442af6ff10eb2b136bc14162a81d121a152726a8f00a1a0b236996825a5 +SIZE (CPAN-Reporter-1.1902.tar.gz) = 97389 diff --git a/devel/p5-CPAN-Reporter/pkg-descr b/devel/p5-CPAN-Reporter/pkg-descr new file mode 100644 index 000000000000..4021438d46fe --- /dev/null +++ b/devel/p5-CPAN-Reporter/pkg-descr @@ -0,0 +1,3 @@ +Adds CPAN Testers reporting to CPAN.pm + +WWW: http://search.cpan.org/dist/CPAN-Reporter/ diff --git a/devel/p5-CPAN-Reporter/pkg-plist b/devel/p5-CPAN-Reporter/pkg-plist new file mode 100644 index 000000000000..0af70a547483 --- /dev/null +++ b/devel/p5-CPAN-Reporter/pkg-plist @@ -0,0 +1,11 @@ +%%SITE_PERL%%/CPAN/Reporter/History.pm +%%SITE_PERL%%/CPAN/Reporter/PrereqCheck.pm +%%SITE_PERL%%/CPAN/Reporter/Config.pm +%%SITE_PERL%%/CPAN/Reporter/FAQ.pm +%%SITE_PERL%%/CPAN/Reporter/API.pm +%%SITE_PERL%%/CPAN/Reporter.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Reporter/.packlist +@dirrmtry %%SITE_PERL%%/CPAN/Reporter +@dirrmtry %%SITE_PERL%%/CPAN +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Reporter +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN |