Make p5-Test-Simple dependency conditional again which was removed

in r1.14 and added with forced-dependency in r1.15.
This commit is contained in:
Jun Kuriyama 2004-08-23 07:50:39 +00:00
parent 6a3c1f6ab2
commit 72f0037c02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117102

View File

@ -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>