openbsd-ports/databases/libpqxx/Makefile
alek dd694b0e42 Import libpqxx 2.5.3
libpqxx is a front-end (in the sense of "language binding") for writing
C++ programs that use PostgreSQL. It supersedes the older libpq++
interface, which came bundled with the DBMS.

ok espie@
2005-10-02 13:26:31 +00:00

30 lines
657 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/10/02 13:26:31 alek Exp $
COMMENT= "C++ client API for PostgreSQL"
DISTNAME= libpqxx-2.5.3
CATEGORIES= databases
HOMEPAGE= http://gborg.postgresql.org/project/libpqxx/
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://gborg.postgresql.org/download/libpqxx/stable/ \
ftp://gborg.postgresql.org/pub/libpqxx/stable/
LIB_DEPENDS= pq.4:postgresql-client-*:databases/postgresql
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED}
# Regression tests connect to real database
NO_REGRESS= Yes
.include <bsd.port.mk>