Pgsql_perl5 is an interface between Larry Wall's language perl version 5 and

the database PostgreSQL (previously Postgres95). This has been done by using
the Perl5 application programming interface for C extensions which calls the
Postgres programmer's interface LIBPQ.
ok naddy@, and lebel@ some time ago.
This commit is contained in:
markus 2003-05-21 13:24:08 +00:00
parent 133fca1f86
commit 1782884ed8
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1 2003/05/21 13:24:08 markus Exp $
COMMENT= "access to PostgreSQL databases perl"
VERSION= 1.9.0
DISTNAME= pgsql_perl5-${VERSION}
PKGNAME= p5-pgsql-${VERSION}
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pg/}
LIB_DEPENDS= pq.2::databases/postgresql
MAINTAINER= Markus Friedl <markus@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_ENV+= POSTGRES_HOME="${LOCALBASE}" \
POSTGRES_LIB="${LOCALBASE}/lib" \
POSTGRES_INCLUDE="${LOCALBASE}/include/postgresql"
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (pgsql_perl5-1.9.0.tar.gz) = ec20b8e1596022f8f354550147259d56
RMD160 (pgsql_perl5-1.9.0.tar.gz) = 79adcaedbf873a59f372edf7a59dd7c33351a26e
SHA1 (pgsql_perl5-1.9.0.tar.gz) = 897edd8bbc952796685ee6a0528f9fe13d15550a

View File

@ -0,0 +1,4 @@
Pgsql_perl5 is an interface between Larry Wall's language perl version 5 and
the database PostgreSQL (previously Postgres95). This has been done by using
the Perl5 application programming interface for C extensions which calls the
Postgres programmer's interface LIBPQ.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1 2003/05/21 13:24:09 markus Exp $
${P5ARCH}/auto/Pg/Pg.so
${P5ARCH}/auto/Pg/Pg.bs
${P5ARCH}/Pg.pm
@dirrm ${P5ARCH}/auto/Pg