aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Text-Password-Pronounceable
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-01-15 01:27:52 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-01-15 01:27:52 +0000
commit6085196c86f6e881461da4ed6e51ef9551c80805 (patch)
treefb539ab2b48fe52e74744ce951d9815f40120bdc /security/p5-Text-Password-Pronounceable
parent1de682a02f1c7b66f7e631df382877132535d76d (diff)
downloadports-6085196c86f6e881461da4ed6e51ef9551c80805.tar.gz
ports-6085196c86f6e881461da4ed6e51ef9551c80805.zip
- needs at least perl5.6
Noted by: kris(bot)
Notes
Notes: svn path=/head/; revision=182388
Diffstat (limited to 'security/p5-Text-Password-Pronounceable')
-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>