summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>2003-09-03 12:21:26 +0000
committerfoxfair <foxfair@FreeBSD.org>2003-09-03 12:21:26 +0000
commit1c0eb0c05b08c19c638d62567f0c6d427789b02e (patch)
tree55558d443e952964af8cf254e4643373c78821e1
parentbc8831bb56384e2bae78eb50eb8f08e453315371 (diff)
downloadFreeBSD-ports-1c0eb0c05b08c19c638d62567f0c6d427789b02e.zip
FreeBSD-ports-1c0eb0c05b08c19c638d62567f0c6d427789b02e.tar.gz
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
-rw-r--r--databases/p5-DBI-137/Makefile8
-rw-r--r--databases/p5-DBI/Makefile8
2 files changed, 14 insertions, 2 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile
index 477eb35..071b185 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>
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 477eb35..071b185 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>
OpenPOWER on IntegriCloud