diff options
Diffstat (limited to 'textproc/p5-Petal-CodePerl/Makefile')
-rw-r--r-- | textproc/p5-Petal-CodePerl/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/p5-Petal-CodePerl/Makefile b/textproc/p5-Petal-CodePerl/Makefile index 121567cf43ef..a8ec0fe66eb0 100644 --- a/textproc/p5-Petal-CodePerl/Makefile +++ b/textproc/p5-Petal-CodePerl/Makefile @@ -25,10 +25,4 @@ MAN3= Petal::CodePerl.3 Petal::CodePerl::Expr.3 \ PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl 5.6 due to dependencies. Please install lang/perl5.8 and try again -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |