diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-07 00:44:02 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-07 00:44:02 +0000 |
commit | 9062cc8f28fec5e42a1788dece38d06335be92ca (patch) | |
tree | 0e593f729ee0a40137403ce32cbb0e650fe3fd81 /misc | |
parent | d6fd7d31c0c1ceab3690c1240413011f086e3283 (diff) | |
download | ports-9062cc8f28fec5e42a1788dece38d06335be92ca.tar.gz ports-9062cc8f28fec5e42a1788dece38d06335be92ca.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Geo-Postcodes/Makefile | 8 |
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> |