Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-06-01 23:50:47 +00:00
parent 296161750b
commit f9e7d28cdb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442338

View File

@ -44,11 +44,4 @@ USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/MongoDB/MongoDB.so
.include <bsd.port.pre.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>
.include <bsd.port.mk>