diff options
author | clsung <clsung@FreeBSD.org> | 2007-01-15 09:27:52 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-01-15 09:27:52 +0800 |
commit | ff9bcfa0a807ef018b68d84d1553146dc59d815f (patch) | |
tree | 054f488fe673e4507e77d3ea40cf278b3d149d67 /security | |
parent | af41de8aa8a96994695c2851ac123ea8d7493d3b (diff) | |
download | freebsd-ports-gnome-ff9bcfa0a807ef018b68d84d1553146dc59d815f.tar.gz freebsd-ports-gnome-ff9bcfa0a807ef018b68d84d1553146dc59d815f.tar.zst freebsd-ports-gnome-ff9bcfa0a807ef018b68d84d1553146dc59d815f.zip |
- needs at least perl5.6
Noted by: kris(bot)
Diffstat (limited to 'security')
-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> |