diff options
Diffstat (limited to 'textproc/p5-CQL-Parser')
-rw-r--r-- | textproc/p5-CQL-Parser/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/p5-CQL-Parser/Makefile b/textproc/p5-CQL-Parser/Makefile index 7471f9c406c4..20e527470525 100644 --- a/textproc/p5-CQL-Parser/Makefile +++ b/textproc/p5-CQL-Parser/Makefile @@ -38,10 +38,4 @@ MAN3= CQL::AndNode.3 \ PERL_CONFIGURE= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires at least Perl5.6 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |