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 /devel/p5-CPAN-Reporter/Makefile | |
parent | 31225446e60b0cb17e20033f75b0c38d8e779a5c (diff) |
Notes
Diffstat (limited to 'devel/p5-CPAN-Reporter/Makefile')
-rw-r--r-- | devel/p5-CPAN-Reporter/Makefile | 37 |
1 files changed, 37 insertions, 0 deletions
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> |