aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-HStore/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-07 06:59:26 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-07 06:59:26 +0000
commitb0147f8c459c9bf9e19371d1dc962b5160c0d4c9 (patch)
treedbb54bd5ddb92480d04490aae2f94112ae9e45e5 /devel/p5-File-HStore/Makefile
parentba1a4ebc1873d81cf09ca7cbb6ffb0d1fea9a391 (diff)
- Ignore Perl 5.00503
PR: ports/101548 Submitted by: maintainer (Gea-Suan Lin)
Notes
Notes: svn path=/head/; revision=169908
Diffstat (limited to 'devel/p5-File-HStore/Makefile')
-rw-r--r--devel/p5-File-HStore/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-File-HStore/Makefile b/devel/p5-File-HStore/Makefile
index cd7b248cc3b2..8ec469dbde2f 100644
--- a/devel/p5-File-HStore/Makefile
+++ b/devel/p5-File-HStore/Makefile
@@ -22,4 +22,10 @@ PERL_CONFIGURE= yes
MAN3= File::HStore.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>