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:
parent
133fca1f86
commit
1782884ed8
26
databases/p5-pgsql/Makefile
Normal file
26
databases/p5-pgsql/Makefile
Normal 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>
|
3
databases/p5-pgsql/distinfo
Normal file
3
databases/p5-pgsql/distinfo
Normal 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
|
4
databases/p5-pgsql/pkg/DESCR
Normal file
4
databases/p5-pgsql/pkg/DESCR
Normal 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.
|
5
databases/p5-pgsql/pkg/PLIST
Normal file
5
databases/p5-pgsql/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user