aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBI-137
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-09-03 12:21:26 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-09-03 12:21:26 +0000
commit0feb261034c995e411239c885751fdde14a21149 (patch)
tree174ffe8c3dfe990078988d9ba4de7319c4918a06 /databases/p5-DBI-137
parentba01dcfe3e66af6d87e5509d4c572e7779f03f52 (diff)
downloadports-0feb261034c995e411239c885751fdde14a21149.tar.gz
ports-0feb261034c995e411239c885751fdde14a21149.zip
Notes
Diffstat (limited to 'databases/p5-DBI-137')
-rw-r--r--databases/p5-DBI-137/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile
index 477eb35d9bed..071b18563ad5 100644
--- a/databases/p5-DBI-137/Makefile
+++ b/databases/p5-DBI-137/Makefile
@@ -50,4 +50,10 @@ pre-everything::
@sleep 1
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= This port is for perl 5.6.0 and later only.
+.endif
+
+.include <bsd.port.post.mk>