Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-05-12 16:38:26 +00:00
parent f628a51a25
commit 4551f80337
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501425

View file

@ -43,10 +43,4 @@ USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 502502
RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=7.11.01:devel/p5-ExtUtils-MakeMaker
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>