diff options
author | erwin <erwin@FreeBSD.org> | 2003-09-13 17:00:10 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-09-13 17:00:10 +0800 |
commit | 3df440e742536eb065b318cebeb70b133a2599d0 (patch) | |
tree | 95c868a6b2d9cc3a2eb367e7e394835457eb3cca /databases | |
parent | 718baa4f9ac7072b0b330c76df1785f7e5d4ece8 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |