Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-05-12 16:38:07 +00:00
parent e6b297d769
commit 3ac789b07c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501421

View File

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