aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Pod
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-08-25 02:27:34 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-08-25 02:27:34 +0000
commit91de6dd40b7344a6e3075bd1ec3fd19853ac5533 (patch)
tree0e78e37e622bd0c684ee4e0f7c46fbea2c92f2ad /devel/p5-Test-Pod
parent127d948d09f9284ec47a1a2e79ef0f7f60bbbac3 (diff)
downloadports-91de6dd40b7344a6e3075bd1ec3fd19853ac5533.tar.gz
ports-91de6dd40b7344a6e3075bd1ec3fd19853ac5533.zip
Notes
Diffstat (limited to 'devel/p5-Test-Pod')
-rw-r--r--devel/p5-Test-Pod/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Test-Pod/Makefile b/devel/p5-Test-Pod/Makefile
index bfa0e30ba197..e862a20213ba 100644
--- a/devel/p5-Test-Pod/Makefile
+++ b/devel/p5-Test-Pod/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= mat@FreeBSD.org
COMMENT= Check for POD errors in files
BUILD_DEPENDS= ${SITE_PERL}/IO/Scalar.pm:${PORTSDIR}/devel/p5-IO-stringy \
- ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Builder-Tester \
${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
@@ -31,5 +30,8 @@ MAN3= Test::Pod.3
post-patch:
@${PERL} -pi -e 's/(my )?\$$dh/DH/g' ${WRKSRC}/Pod.pm
.endif
+.if ${PERL_LEVEL} < 500800
+BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
+.endif
.include <bsd.port.post.mk>