1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Remove outdated PERL_LEVEL check after lang/perl5.26 removal

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-10-01 08:03:01 +00:00
parent faedf626e4
commit b0ee901144
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550773

View File

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