diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-05 15:58:54 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-02-05 15:58:54 +0000 |
commit | af9607e0f289e895b4325fda599915217cb73070 (patch) | |
tree | 7052c7b0d69e8c728f9cd4f7d9177064378caf88 /databases/p5-DBD-Pg/Makefile | |
parent | e864d745c60ebc54dc3912a78ee92cba13b9ac64 (diff) | |
download | ports-af9607e0f289e895b4325fda599915217cb73070.tar.gz ports-af9607e0f289e895b4325fda599915217cb73070.zip |
Update to 3.0.0
Changes: http://www.postgresql.org/message-id/5806d5ec19f6849cc3a33877d02c0e26@biglumber.com
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=342744
Diffstat (limited to 'databases/p5-DBD-Pg/Makefile')
-rw-r--r-- | databases/p5-DBD-Pg/Makefile | 4 |
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 |