aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Text-Password-Pronounceable/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Text-Password-Pronounceable/Makefile')
-rw-r--r--security/p5-Text-Password-Pronounceable/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/security/p5-Text-Password-Pronounceable/Makefile b/security/p5-Text-Password-Pronounceable/Makefile
index e159bf8c08fb..a346dcde6032 100644
--- a/security/p5-Text-Password-Pronounceable/Makefile
+++ b/security/p5-Text-Password-Pronounceable/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= Text::Password::Pronounceable.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again
+.endif
+
+.include <bsd.port.post.mk>