Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-05-12 16:37:53 +00:00
parent e9e3bca23d
commit b8c79976fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501418

View File

@ -22,10 +22,4 @@ USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502600
TEST_DEPENDS+= p5-Test-Simple>=1.302015:devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>