diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-12 16:38:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-05-12 16:38:46 +0000 |
commit | d58d250f4f0801c7387700154a9cc66870d0a592 (patch) | |
tree | af94af1e213cb2a8ce58cca50b8e52b8e2378970 /www/p5-Dancer2 | |
parent | fa5abe3911e76cb6d583dac0df16e48d82c7c4d0 (diff) |
Remove outdated PERL_LEVEL check
Notes
Notes:
svn path=/head/; revision=501429
Diffstat (limited to 'www/p5-Dancer2')
-rw-r--r-- | www/p5-Dancer2/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile index 89daf039d18f..a18d3c240694 100644 --- a/www/p5-Dancer2/Makefile +++ b/www/p5-Dancer2/Makefile @@ -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> - -.if ${PERL_LEVEL} < 502502 -RUN_DEPENDS+= p5-ExtUtils-MakeMaker>=7.12:devel/p5-ExtUtils-MakeMaker -.endif +NO_ARCH= yes -.include <bsd.port.post.mk> +.include <bsd.port.mk> |