summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-07-10 05:50:51 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-07-10 05:50:51 +0000
commit357e62bdc245ed45c665148ab56155dd0b7ba66c (patch)
tree28d91fcf0fe7ca503db7a7f1f77cf967cc8e3ff6 /databases/p5-SQL-Abstract
parentBackout USE_IMAKE (diff)
Mark IGNORE for old perl versions.
Reported by: pointyhat via kris
Notes
Notes: svn path=/head/; revision=138784
Diffstat (limited to 'databases/p5-SQL-Abstract')
-rw-r--r--databases/p5-SQL-Abstract/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/p5-SQL-Abstract/Makefile b/databases/p5-SQL-Abstract/Makefile
index 9eb5f908b828..d96e931e0ccb 100644
--- a/databases/p5-SQL-Abstract/Makefile
+++ b/databases/p5-SQL-Abstract/Makefile
@@ -19,4 +19,10 @@ PERL_CONFIGURE= yes
MAN3= SQL::Abstract.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl 5.6.x or later
+.endif
+
+.include <bsd.port.post.mk>