Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-05-12 16:38:46 +00:00
parent fa5abe3911
commit d58d250f4f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=501429

View File

@ -67,14 +67,9 @@ XS_RUN_DEPENDS= p5-CGI-Deurl-XS>=0:www/p5-CGI-Deurl-XS \
p5-URL-Encode-XS>=0:www/p5-URL-Encode-XS \
p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
NO_ARCH= yes
.if ${PERL_LEVEL} < 502502
RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=7.12:devel/p5-ExtUtils-MakeMaker
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>