aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Emoticon
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-14 09:23:52 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-14 09:23:52 +0000
commitc9785e97bd42c6f226669e8dfc6666fdce55f7a0 (patch)
treeb5eb052c7e1b70801c8649b04a8812633c8f3d73 /textproc/p5-Text-Emoticon
parent2a30d3306bf02676899048fe9bca2e3a401ec587 (diff)
downloadports-c9785e97bd42c6f226669e8dfc6666fdce55f7a0.tar.gz
ports-c9785e97bd42c6f226669e8dfc6666fdce55f7a0.zip
- pointyhat fixing
PR: ports/100282 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=167774
Diffstat (limited to 'textproc/p5-Text-Emoticon')
-rw-r--r--textproc/p5-Text-Emoticon/Makefile8
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>