- Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-27 23:08:37 +00:00
parent 115338e205
commit c527935029
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346405

View File

@ -17,10 +17,4 @@ LICENSE_COMB= dual
USE_PERL5= configure
USES= perl5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
BUILD_DEPENDS+= p5-ExtUtils-Constant>=0.23:${PORTSDIR}/devel/p5-ExtUtils-Constant
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>