summaryrefslogtreecommitdiff
path: root/databases/p5-DBI
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
parentBring up to date by using USE_ZOPE (and thus using the correct python (diff)
PR:
Submitted by: Reviewed by: Approved by: Obtained from: MFC after: Mark IGNORE if we have an older version of perl. p5-DBI now requires perl 5.6.0 or higher version. Requested by: mat & erwin
Notes
Notes: svn path=/head/; revision=88434
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r--databases/p5-DBI/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 477eb35d9bed..071b18563ad5 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/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>