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