diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-15 01:27:52 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-01-15 01:27:52 +0000 |
commit | 6085196c86f6e881461da4ed6e51ef9551c80805 (patch) | |
tree | fb539ab2b48fe52e74744ce951d9815f40120bdc /security/p5-Text-Password-Pronounceable | |
parent | 1de682a02f1c7b66f7e631df382877132535d76d (diff) | |
download | ports-6085196c86f6e881461da4ed6e51ef9551c80805.tar.gz ports-6085196c86f6e881461da4ed6e51ef9551c80805.zip |
Notes
Diffstat (limited to 'security/p5-Text-Password-Pronounceable')
-rw-r--r-- | security/p5-Text-Password-Pronounceable/Makefile | 8 |
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> |