diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-07 00:44:28 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-07 00:44:28 +0000 |
commit | b4169d10079999c1dd3ae9b25aed094649dd9875 (patch) | |
tree | 3031b9f66f1f2407e8c6f4fc543acc1767f9c314 /misc/p5-Geo-Postcodes-DK | |
parent | 9062cc8f28fec5e42a1788dece38d06335be92ca (diff) | |
download | ports-b4169d10079999c1dd3ae9b25aed094649dd9875.tar.gz ports-b4169d10079999c1dd3ae9b25aed094649dd9875.zip |
Notes
Diffstat (limited to 'misc/p5-Geo-Postcodes-DK')
-rw-r--r-- | misc/p5-Geo-Postcodes-DK/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/p5-Geo-Postcodes-DK/Makefile b/misc/p5-Geo-Postcodes-DK/Makefile index 78bc675b34f2..3313dfcf0bf3 100644 --- a/misc/p5-Geo-Postcodes-DK/Makefile +++ b/misc/p5-Geo-Postcodes-DK/Makefile @@ -21,4 +21,10 @@ PERL_CONFIGURE= yes MAN3= Geo::Postcodes::DK.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 # Inherited from misc/p5-Geo-Postcodes +IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> |