diff options
Diffstat (limited to 'textproc/p5-Text-Decorator/Makefile')
-rw-r--r-- | textproc/p5-Text-Decorator/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/p5-Text-Decorator/Makefile b/textproc/p5-Text-Decorator/Makefile index e665c41319c4..32ae0e33d402 100644 --- a/textproc/p5-Text-Decorator/Makefile +++ b/textproc/p5-Text-Decorator/Makefile @@ -31,10 +31,4 @@ MAN3= Text::Decorator.3 \ PERL_MODBUILD= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 # inhertied from textproc/p5-URI-Find -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> |