diff options
Diffstat (limited to 'databases/p5-DBD-Pg-13/Makefile')
-rw-r--r-- | databases/p5-DBD-Pg-13/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/p5-DBD-Pg-13/Makefile b/databases/p5-DBD-Pg-13/Makefile index 7de655aaf1e9..ec95af4eb37e 100644 --- a/databases/p5-DBD-Pg-13/Makefile +++ b/databases/p5-DBD-Pg-13/Makefile @@ -6,14 +6,13 @@ # PORTNAME= DBD-Pg -PORTVERSION= 1.22 -PORTREVISION= 3 +PORTVERSION= 1.32 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBD PKGNAMEPREFIX= p5- -MAINTAINER= fjoe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Provides access to PostgreSQL databases through the DBI LIB_DEPENDS= pq.3:${PORTSDIR}/${POSTGRESQL_PORT} @@ -22,7 +21,7 @@ POSTGRESQL_PORT?= databases/postgresql7 PERL_CONFIGURE= yes -MAN3= DBD::Pg.3 DBD::dbd-pg.3 +MAN3= DBD::Pg.3 .include <bsd.port.pre.mk> |