aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-Pg/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-02-05 15:58:54 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-02-05 15:58:54 +0000
commitaf9607e0f289e895b4325fda599915217cb73070 (patch)
tree7052c7b0d69e8c728f9cd4f7d9177064378caf88 /databases/p5-DBD-Pg/Makefile
parente864d745c60ebc54dc3912a78ee92cba13b9ac64 (diff)
downloadports-af9607e0f289e895b4325fda599915217cb73070.tar.gz
ports-af9607e0f289e895b4325fda599915217cb73070.zip
Update to 3.0.0
Notes
Notes: svn path=/head/; revision=342744
Diffstat (limited to 'databases/p5-DBD-Pg/Makefile')
-rw-r--r--databases/p5-DBD-Pg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile
index e3ae89ff486a..821ddb231bf5 100644
--- a/databases/p5-DBD-Pg/Makefile
+++ b/databases/p5-DBD-Pg/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= DBD-Pg
-PORTVERSION= 2.19.3
+PORTVERSION= 3.0.0
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,7 +13,7 @@ COMMENT= Provides access to PostgreSQL databases through the DBI
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-DBI>=1.52:${PORTSDIR}/databases/p5-DBI
+BUILD_DEPENDS= p5-DBI>=1.614:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5