Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-06-01 19:57:45 +00:00
parent 5b719d939f
commit b75436403e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442310

View file

@ -22,11 +22,4 @@ NO_ARCH= yes
USE_PERL5= configure USE_PERL5= configure
USES= perl5 USES= perl5
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.if ${PERL_LEVEL} < 502200
BUILD_DEPENDS+= p5-JSON-PP>=2.27300:converters/p5-JSON-PP
RUN_DEPENDS+= p5-JSON-PP>=2.27300:converters/p5-JSON-PP
.endif
.include <bsd.port.post.mk>