aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Distribution
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-28 22:37:43 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-28 22:37:43 +0000
commit62b70a85de3b100d6a95481572ab67d9fc5c39f2 (patch)
tree149852f2f73ac2fb6430cf6f1d618acb1edbc6f6 /devel/p5-Test-Distribution
parentbd4db3adf7086cbf9916b7e8101aa3215827e672 (diff)
downloadports-62b70a85de3b100d6a95481572ab67d9fc5c39f2.tar.gz
ports-62b70a85de3b100d6a95481572ab67d9fc5c39f2.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 14). Approved by: portmgr (itetcu)
Notes
Notes: svn path=/head/; revision=248771
Diffstat (limited to 'devel/p5-Test-Distribution')
-rw-r--r--devel/p5-Test-Distribution/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/p5-Test-Distribution/Makefile b/devel/p5-Test-Distribution/Makefile
index b380b5c26cb4..5908b3c18e7a 100644
--- a/devel/p5-Test-Distribution/Makefile
+++ b/devel/p5-Test-Distribution/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Test-Distribution
PORTVERSION= 2.00
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,11 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
COMMENT= Test::Distribution - Perform tests on all modules of a distribution
-BUILD_DEPENDS+= ${SITE_PERL}/ExtUtils/Manifest.pm:${PORTSDIR}/devel/p5-ExtUtils-Manifest \
- ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
- ${SITE_PERL}/Module/CoreList.pm:${PORTSDIR}/devel/p5-Module-CoreList \
+BUILD_DEPENDS+= ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
${SITE_PERL}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Test/Pod.pm:${PORTSDIR}/devel/p5-Test-Pod \
${SITE_PERL}/Test/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Test-Pod-Coverage
RUN_DEPENDS+= ${BUILD_DEPENDS}