summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-09-13 09:00:10 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-09-13 09:00:10 +0000
commit24660f13cc477789e98c2b4676c80ad17c7734db (patch)
tree7b3156f5ebf9a4f783f5d8d02e792f82e173eecd /databases
parentAdd p5-DBI-137 (diff)
- Point users of perl 5.005_03 to databases/p5-DBI-137 as p5-DBI
no longer support the old perl. This does not affect perl from ports or 5.x. - Add CONFLICTS Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=88973
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBI/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 071b18563ad5..ea17cf125ef8 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -20,6 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC
RUN_DEPENDS= ${BUILD_DEPENDS}
.endif
+CONFLICTS= p5-DBI-137-1.37
PERL_CONFIGURE= yes
MAN1= dbiprof.1 \
@@ -53,7 +54,7 @@ pre-everything::
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= This port is for perl 5.6.0 and later only.
+IGNORE= Please install databases/p5-DBI-137 and try again
.endif
.include <bsd.port.post.mk>