aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-07-10 13:50:51 +0800
committernovel <novel@FreeBSD.org>2005-07-10 13:50:51 +0800
commit09cbc41b50cf254c2399d29ca53e1513cce896de (patch)
treed451dee7b07c53378cae66eaa8ce71fac349537d
parenta703da94b95b8deefe500c205be6ac1f769d2fba (diff)
downloadfreebsd-ports-gnome-09cbc41b50cf254c2399d29ca53e1513cce896de.tar.gz
freebsd-ports-gnome-09cbc41b50cf254c2399d29ca53e1513cce896de.tar.zst
freebsd-ports-gnome-09cbc41b50cf254c2399d29ca53e1513cce896de.zip
Mark IGNORE for old perl versions.
Reported by: pointyhat via kris
-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>