1782884ed8
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.
27 lines
636 B
Makefile
27 lines
636 B
Makefile
# $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>
|