- Remove unneeded dependencies related to unsupported versions of perl

Reported by:	az@
Approved by:	milki <milki@rescomp.berkeley.edu> (maintainer, via email)
This commit is contained in:
Frederic Culot 2011-07-12 18:37:10 +00:00
parent d79349543a
commit 084b314a19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277608

View file

@ -27,16 +27,6 @@ RUN_DEPENDS+= p5-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Pod-Coverage \
TEST_DEPENDS+= p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod
.if ${PERL_LEVEL} < 500808
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.30:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=6.30:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
.endif
.if ${PERL_LEVEL} >= 500900 && ${PERL_LEVEL} < 500903
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.30:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=6.30:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
.endif
.if ${PERL_LEVEL} < 501001
TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
.endif