aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2004-11-04 01:29:11 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2004-11-04 01:29:11 +0000
commitc735ee0cfab69a6785bcadaf427b4400a4ff66f4 (patch)
tree0f8670481a1ca010d00486dd0e62109193ac504c
parent1bdf7f8d8ecd7a93f047d572a554655452255ecf (diff)
downloadports-c735ee0cfab69a6785bcadaf427b4400a4ff66f4.tar.gz
ports-c735ee0cfab69a6785bcadaf427b4400a4ff66f4.zip
Notes
-rw-r--r--textproc/p5-Lingua-EN-AddressParse/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Lingua-EN-AddressParse/Makefile b/textproc/p5-Lingua-EN-AddressParse/Makefile
index 7a3604a777b2..599612d03d00 100644
--- a/textproc/p5-Lingua-EN-AddressParse/Makefile
+++ b/textproc/p5-Lingua-EN-AddressParse/Makefile
@@ -25,4 +25,10 @@ PERL_CONFIGURE= yes
MAN3= Lingua::EN::AddressGrammar.3 \
Lingua::EN::AddressParse.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>