- Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-04-23 06:47:31 +00:00
parent 2b228d03e3
commit 27282d7268
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=413820

View file

@ -18,10 +18,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} < 501800
TEST_DEPENDS+= p5-CPAN-Meta>=2.120900:devel/p5-CPAN-Meta
.endif
.include <bsd.port.post.mk>