diff options
Diffstat (limited to 'textproc/p5-XML-Liberal')
-rw-r--r-- | textproc/p5-XML-Liberal/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/p5-XML-Liberal/Makefile b/textproc/p5-XML-Liberal/Makefile index cd27ed6a0962..4a91ee7395e1 100644 --- a/textproc/p5-XML-Liberal/Makefile +++ b/textproc/p5-XML-Liberal/Makefile @@ -25,10 +25,4 @@ PERL_CONFIGURE= yes MAN3= XML::Liberal.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.6 or higher -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |