diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-05-19 05:27:22 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-05-19 05:27:22 +0000 |
commit | f403ef5dc80e9afbc0bca2bf4c88cfcd098e51ea (patch) | |
tree | 850020122e2343a610268122e4bd982a03473259 /databases/p5-DBI-137 | |
parent | b5192200ee9d608ad49e071ed0e005c146ce730b (diff) | |
download | FreeBSD-ports-f403ef5dc80e9afbc0bca2bf4c88cfcd098e51ea.zip FreeBSD-ports-f403ef5dc80e9afbc0bca2bf4c88cfcd098e51ea.tar.gz |
Upgrade to 1.37, and add WITH_PROXY knob.
PR: ports/52317
Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'databases/p5-DBI-137')
-rw-r--r-- | databases/p5-DBI-137/Makefile | 11 | ||||
-rw-r--r-- | databases/p5-DBI-137/distinfo | 2 |
2 files changed, 11 insertions, 2 deletions
diff --git a/databases/p5-DBI-137/Makefile b/databases/p5-DBI-137/Makefile index 2e65841..5f47aca 100644 --- a/databases/p5-DBI-137/Makefile +++ b/databases/p5-DBI-137/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-137/distinfo b/databases/p5-DBI-137/distinfo index f2e7c68..afd7e1d 100644 --- a/databases/p5-DBI-137/distinfo +++ b/databases/p5-DBI-137/distinfo @@ -1 +1 @@ -MD5 (DBI-1.36.tar.gz) = 264eb63c3c9491159832a3b9a2eb0661 +MD5 (DBI-1.37.tar.gz) = 0113d0f47cf13b0694e0bfb2d13a5789 |