- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178915
Submitted by:	az
Approved by:	maintainer (timeout)
This commit is contained in:
Andrej Zverev 2013-06-07 07:30:36 +00:00
parent bc8a5843d0
commit 1729cfbf6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320164

View File

@ -48,11 +48,6 @@ MAN3= Wx.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501001
BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.48:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=6.48:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
.endif
.if ${PERL_LEVEL} < 501508
BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=3.15:${PORTSDIR}/devel/p5-ExtUtils-ParseXS
RUN_DEPENDS+= p5-ExtUtils-ParseXS>=3.15:${PORTSDIR}/devel/p5-ExtUtils-ParseXS