aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Geo-Postcodes
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-07 00:44:02 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-07 00:44:02 +0000
commit9062cc8f28fec5e42a1788dece38d06335be92ca (patch)
tree0e593f729ee0a40137403ce32cbb0e650fe3fd81 /misc/p5-Geo-Postcodes
parentd6fd7d31c0c1ceab3690c1240413011f086e3283 (diff)
downloadports-9062cc8f28fec5e42a1788dece38d06335be92ca.tar.gz
ports-9062cc8f28fec5e42a1788dece38d06335be92ca.zip
- Ignore Perl 5.00503
PR: ports/101465 Submitted by: maintainer (Gea-Suan Lin)
Notes
Notes: svn path=/head/; revision=169869
Diffstat (limited to 'misc/p5-Geo-Postcodes')
-rw-r--r--misc/p5-Geo-Postcodes/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/p5-Geo-Postcodes/Makefile b/misc/p5-Geo-Postcodes/Makefile
index e4b1282e3d62..8b7ae4c936c6 100644
--- a/misc/p5-Geo-Postcodes/Makefile
+++ b/misc/p5-Geo-Postcodes/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= Geo::Postcodes.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>