From 470b8b692bb3e8ea2a519b59950b2f62794ceab1 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Mon, 7 Aug 2006 00:44:49 +0000 Subject: - Ignore Perl 5.00503 PR: ports/101468 Submitted by: maintainer (Gea-Suan Lin) --- misc/p5-Geo-Postcodes-NO/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'misc/p5-Geo-Postcodes-NO') 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 +.include + +.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 -- cgit v1.2.3