diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-08-23 07:50:39 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-08-23 07:50:39 +0000 |
commit | 72f0037c028be630d33d7dade54ba94e03f3b66f (patch) | |
tree | 764fffb9160529500ee8b090b5254945bca750c2 /archivers | |
parent | 6a3c1f6ab24300a9c0f96a015ab825fdc422a870 (diff) | |
download | ports-72f0037c028be630d33d7dade54ba94e03f3b66f.tar.gz ports-72f0037c028be630d33d7dade54ba94e03f3b66f.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Archive-Tar/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Tar/Makefile b/archivers/p5-Archive-Tar/Makefile index ab43a5a69ddf..8129a9a4eccc 100644 --- a/archivers/p5-Archive-Tar/Makefile +++ b/archivers/p5-Archive-Tar/Makefile @@ -15,8 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@oven.org COMMENT= Perl module for creation and manipulation of tar files -RUN_DEPENDS= ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib \ - ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${SITE_PERL}/IO/Zlib.pm:${PORTSDIR}/archivers/p5-IO-Zlib BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= YES @@ -28,5 +27,8 @@ MAN3= Archive::Tar.3 Archive::Tar::File.3 .if ${PERL_LEVEL} < 500600 RUN_DEPENDS+= ${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec .endif +.if ${PERL_LEVEL} < 500800 +RUN_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +.endif .include <bsd.port.post.mk> |