diff options
author | clsung <clsung@FreeBSD.org> | 2006-07-14 17:23:52 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-07-14 17:23:52 +0800 |
commit | 13c87f1e067e5fedba2ca2761c61a974323bafc4 (patch) | |
tree | 66391cb75ed1af6f23d0decfb47143b16e33c2b1 /textproc/p5-Text-Emoticon/Makefile | |
parent | 4a22ac745385324bd239102a8b5a9a8a57ecabd5 (diff) | |
download | freebsd-ports-gnome-13c87f1e067e5fedba2ca2761c61a974323bafc4.tar.gz freebsd-ports-gnome-13c87f1e067e5fedba2ca2761c61a974323bafc4.tar.zst freebsd-ports-gnome-13c87f1e067e5fedba2ca2761c61a974323bafc4.zip |
- pointyhat fixing
PR: ports/100282
Submitted by: maintainer
Diffstat (limited to 'textproc/p5-Text-Emoticon/Makefile')
-rw-r--r-- | textproc/p5-Text-Emoticon/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Text-Emoticon/Makefile b/textproc/p5-Text-Emoticon/Makefile index 76851addbaeb..b8ae999cb47b 100644 --- a/textproc/p5-Text-Emoticon/Makefile +++ b/textproc/p5-Text-Emoticon/Makefile @@ -22,4 +22,10 @@ PERL_CONFIGURE= yes MAN3= Text::Emoticon.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 then try again +.endif + +.include <bsd.port.post.mk> |