Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-06-01 23:51:42 +00:00
parent 2e280867aa
commit c18d2e28fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442349

View file

@ -32,11 +32,4 @@ USE_PERL5= configure
XS_BUILD_DEPENDS= p5-Class-XSAccessor>=1.18:devel/p5-Class-XSAccessor XS_BUILD_DEPENDS= p5-Class-XSAccessor>=1.18:devel/p5-Class-XSAccessor
XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS} XS_RUN_DEPENDS= ${XS_BUILD_DEPENDS}
.include <bsd.port.pre.mk> .include <bsd.port.mk>
.if ${PERL_LEVEL} < 502200 && ${PORT_OPTIONS:MXS}
BUILD_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils
RUN_DEPENDS+= p5-Scalar-List-Utils>=0:lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>