diff options
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 |