mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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:
parent
d79349543a
commit
084b314a19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277608
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue