summaryrefslogtreecommitdiff
path: root/databases/p5-DBI
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2003-05-19 05:27:22 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2003-05-19 05:27:22 +0000
commit28132a552e45d4689fb71fa863892673ea7b226f (patch)
tree533d45a2517d9cde86ad7321768996f50db3ae3a /databases/p5-DBI
parentAdded INSTALLS_SHLIB (diff)
Upgrade to 1.37, and add WITH_PROXY knob.
PR: ports/52317 Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes: svn path=/head/; revision=81336
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r--databases/p5-DBI/Makefile11
-rw-r--r--databases/p5-DBI/distinfo2
2 files changed, 11 insertions, 2 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile
index 2e65841dd281..5f47aca15c46 100644
--- a/databases/p5-DBI/Makefile
+++ b/databases/p5-DBI/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= DBI
-PORTVERSION= 1.36
+PORTVERSION= 1.37
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBI
@@ -15,8 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= vanilla@FreeBSD.org
COMMENT= The perl5 Database Interface. Required for DBD::* modules
+.if defined(WITH_PROXY)
BUILD_DEPENDS= ${SITE_PERL}/RPC/PlServer.pm:${PORTSDIR}/net/p5-PlRPC
RUN_DEPENDS= ${BUILD_DEPENDS}
+.endif
PERL_CONFIGURE= yes
@@ -41,4 +43,11 @@ MAN3= Bundle::DBI.3 \
DBI::W32ODBC.3 \
Win32::DBIODBC.3
+.if !defined(WITH_PROXY)
+pre-everything::
+ @${ECHO_CMD} "If you need DBI::Proxy, try to set WITH_PROXY."
+ @${ECHO_CMD} ""
+ @sleep 1
+.endif
+
.include <bsd.port.mk>
diff --git a/databases/p5-DBI/distinfo b/databases/p5-DBI/distinfo
index f2e7c689616b..afd7e1dc27fc 100644
--- a/databases/p5-DBI/distinfo
+++ b/databases/p5-DBI/distinfo
@@ -1 +1 @@
-MD5 (DBI-1.36.tar.gz) = 264eb63c3c9491159832a3b9a2eb0661
+MD5 (DBI-1.37.tar.gz) = 0113d0f47cf13b0694e0bfb2d13a5789