1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-02-27 21:44:20 +00:00
parent 2b751bf651
commit 664b35b785
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346391

View File

@ -24,11 +24,6 @@ USES= perl5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501400
BUILD_DEPENDS+= p5-version>=0.88:${PORTSDIR}/devel/p5-version
RUN_DEPENDS+= p5-version>=0.88:${PORTSDIR}/devel/p5-version
.endif
.if ${PERL_LEVEL} < 501600
BUILD_DEPENDS+= p5-JSON-PP>=2.27200:${PORTSDIR}/converters/p5-JSON-PP
RUN_DEPENDS+= p5-JSON-PP>=2.27200:${PORTSDIR}/converters/p5-JSON-PP