Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-08-05 19:06:53 +00:00
parent 5296f1d766
commit c8536fa685
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476433

View file

@ -36,10 +36,4 @@ NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502300
TEST_DEPENDS+= p5-Scalar-List-Utils>=1.42:lang/p5-Scalar-List-Utils
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>