summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2004-08-23 07:50:39 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2004-08-23 07:50:39 +0000
commit72f0037c028be630d33d7dade54ba94e03f3b66f (patch)
tree764fffb9160529500ee8b090b5254945bca750c2 /archivers
parentadd flu 2.13 (diff)
Make p5-Test-Simple dependency conditional again which was removed
in r1.14 and added with forced-dependency in r1.15.
Notes
Notes: svn path=/head/; revision=117102
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Archive-Tar/Makefile6
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>