diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-14 09:23:52 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-07-14 09:23:52 +0000 |
commit | c9785e97bd42c6f226669e8dfc6666fdce55f7a0 (patch) | |
tree | b5eb052c7e1b70801c8649b04a8812633c8f3d73 /textproc/p5-Text-Emoticon | |
parent | 2a30d3306bf02676899048fe9bca2e3a401ec587 (diff) | |
download | ports-c9785e97bd42c6f226669e8dfc6666fdce55f7a0.tar.gz ports-c9785e97bd42c6f226669e8dfc6666fdce55f7a0.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Emoticon')
-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> |