diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-10-12 07:41:14 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-10-12 07:41:14 +0000 |
commit | f11c2b778e7b92a9d6bcc678241606a56ed11d0e (patch) | |
tree | 52c1bcbba512f37f198b5b715fa0b08e95d32505 /databases/p5-DBD-Pg-13/Makefile | |
parent | 08a10fb4a80a06e68ddbeec06988297c2a08472d (diff) | |
download | ports-f11c2b778e7b92a9d6bcc678241606a56ed11d0e.tar.gz ports-f11c2b778e7b92a9d6bcc678241606a56ed11d0e.zip |
Notes
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> |