aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-09-13 17:00:10 +0800
committererwin <erwin@FreeBSD.org>2003-09-13 17:00:10 +0800
commit3df440e742536eb065b318cebeb70b133a2599d0 (patch)
tree95c868a6b2d9cc3a2eb367e7e394835457eb3cca /databases
parent718baa4f9ac7072b0b330c76df1785f7e5d4ece8 (diff)
downloadfreebsd-ports-gnome-3df440e742536eb065b318cebeb70b133a2599d0.tar.gz
freebsd-ports-gnome-3df440e742536eb065b318cebeb70b133a2599d0.tar.zst
freebsd-ports-gnome-3df440e742536eb065b318cebeb70b133a2599d0.zip
- 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)
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>