aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-INI-Simple
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-07-14 02:23:07 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-07-14 02:23:07 +0000
commit61917ccfdc6ae6a37951492a351b5315f3dbcde9 (patch)
treee55941a42750480aaf7a34620821ab54309833fb /devel/p5-Config-INI-Simple
parent719e938b660e1177e8aca07ffd67b51a731a7064 (diff)
downloadports-61917ccfdc6ae6a37951492a351b5315f3dbcde9.tar.gz
ports-61917ccfdc6ae6a37951492a351b5315f3dbcde9.zip
- - Fix pointyhat report on perl 5.00503.
PR: ports/100240 Submitted by: maintainer (Gea-Suan Lin)
Notes
Notes: svn path=/head/; revision=167736
Diffstat (limited to 'devel/p5-Config-INI-Simple')
-rw-r--r--devel/p5-Config-INI-Simple/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Config-INI-Simple/Makefile b/devel/p5-Config-INI-Simple/Makefile
index b1beecbee1ce..2556a425ddee 100644
--- a/devel/p5-Config-INI-Simple/Makefile
+++ b/devel/p5-Config-INI-Simple/Makefile
@@ -20,4 +20,10 @@ USE_ZIP= yes
MAN3= Config::INI::Simple.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500807
+IGNORE= requires perl 5.8.7 or later. Install lang/perl5.8 then try again
+.endif
+
+.include <bsd.port.post.mk>