aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Geo-Postcodes-NO
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-07 00:44:49 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-07 00:44:49 +0000
commit470b8b692bb3e8ea2a519b59950b2f62794ceab1 (patch)
tree6c39883b47925b17dc67710ab5cbeabe1f354585 /misc/p5-Geo-Postcodes-NO
parentb4169d10079999c1dd3ae9b25aed094649dd9875 (diff)
downloadports-470b8b692bb3e8ea2a519b59950b2f62794ceab1.tar.gz
ports-470b8b692bb3e8ea2a519b59950b2f62794ceab1.zip
- Ignore Perl 5.00503
PR: ports/101468 Submitted by: maintainer (Gea-Suan Lin)
Notes
Notes: svn path=/head/; revision=169871
Diffstat (limited to 'misc/p5-Geo-Postcodes-NO')
-rw-r--r--misc/p5-Geo-Postcodes-NO/Makefile8
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>