diff options
Diffstat (limited to 'devel/p5-Locale-Maketext-Simple/Makefile')
-rw-r--r-- | devel/p5-Locale-Maketext-Simple/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Locale-Maketext-Simple/Makefile b/devel/p5-Locale-Maketext-Simple/Makefile index 819b09798495..15da8e375c00 100644 --- a/devel/p5-Locale-Maketext-Simple/Makefile +++ b/devel/p5-Locale-Maketext-Simple/Makefile @@ -19,4 +19,10 @@ PERL_CONFIGURE= yes MAN3= Locale::Maketext::Simple.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires Perl 5.6.x or later. Install lang/perl5 then try again +.endif + +.include <bsd.port.post.mk> |