diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-07 00:44:49 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-07 00:44:49 +0000 |
commit | 470b8b692bb3e8ea2a519b59950b2f62794ceab1 (patch) | |
tree | 6c39883b47925b17dc67710ab5cbeabe1f354585 /misc | |
parent | b4169d10079999c1dd3ae9b25aed094649dd9875 (diff) | |
download | ports-470b8b692bb3e8ea2a519b59950b2f62794ceab1.tar.gz ports-470b8b692bb3e8ea2a519b59950b2f62794ceab1.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Geo-Postcodes-NO/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/p5-Geo-Postcodes-NO/Makefile b/misc/p5-Geo-Postcodes-NO/Makefile index a81b9f20e5c3..80c6f0a51759 100644 --- a/misc/p5-Geo-Postcodes-NO/Makefile +++ b/misc/p5-Geo-Postcodes-NO/Makefile @@ -21,4 +21,10 @@ PERL_CONFIGURE= yes MAN3= Geo::Postcodes::NO.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> |