take over as maintainer, agreed with kevlo@

integrate COMMENT
bump NEED_VERSION
change postgresql settings for updated package

reformat and slightly reword DESCR

ok espie@
This commit is contained in:
peter 2001-04-23 12:38:17 +00:00
parent cea36a20d9
commit 8e947ac808
2 changed files with 10 additions and 9 deletions

View File

@ -1,16 +1,18 @@
# $OpenBSD: Makefile,v 1.22 2001/02/23 01:18:20 kevlo Exp $ # $OpenBSD: Makefile,v 1.23 2001/04/23 12:38:17 peter Exp $
COMMENT= "access to PostgreSQL databases through the DBI"
DISTNAME= DBD-Pg-0.95 DISTNAME= DBD-Pg-0.95
PKGNAME= p5-DBD-Pg-0.95 PKGNAME= p5-DBD-Pg-0.95
CATEGORIES= databases perl5 CATEGORIES= databases perl5
NEED_VERSION= 1.310 NEED_VERSION= 1.405
MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= DBD MASTER_SITE_SUBDIR= DBD
LIB_DEPENDS= pq.2::databases/postgresql LIB_DEPENDS= pq.2::databases/postgresql
BUILD_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/${ARCH}-openbsd/DBI.pm::databases/p5-DBI BUILD_DEPENDS= ${LOCALBASE}/libdata/perl5/site_perl/${ARCH}-openbsd/DBI.pm::databases/p5-DBI
MAINTAINER= Kevin Lo <kevlo@openbsd.org> MAINTAINER= Peter Galbavy <peter.galbavy@knowledge.com>
PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes PERMIT_PACKAGE_FTP= Yes
@ -18,8 +20,8 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
CONFIGURE_ENV+= POSTGRES_HOME="${LOCALBASE}" \ CONFIGURE_ENV+= POSTGRES_HOME="${LOCALBASE}" \
POSTGRES_LIB="${LOCALBASE}/lib/pgsql" \ POSTGRES_LIB="${LOCALBASE}/libl" \
POSTGRES_INCLUDE="${LOCALBASE}/include/pgsql" POSTGRES_INCLUDE="${LOCALBASE}/include/postgresql"
CONFIGURE_STYLE= perl CONFIGURE_STYLE= perl

View File

@ -1,4 +1,3 @@
DBD::Pg is an extension to Perl which allows access to DBD::Pg is a Perl module which allows access to PostgreSQL databases.
PostgreSQL databases. It is built on top of the standard It is built on top of the standard DBI extension and implements
DBI extension and implements some of the methods that DBI the DBI interface for PostgreSQL.
defines.