diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-08-25 02:27:34 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-08-25 02:27:34 +0000 |
commit | 91de6dd40b7344a6e3075bd1ec3fd19853ac5533 (patch) | |
tree | 0e78e37e622bd0c684ee4e0f7c46fbea2c92f2ad /devel/p5-Test-Pod | |
parent | 127d948d09f9284ec47a1a2e79ef0f7f60bbbac3 (diff) |
Notes
Diffstat (limited to 'devel/p5-Test-Pod')
-rw-r--r-- | devel/p5-Test-Pod/Makefile | 4 |
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> |