mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
39 lines
709 B
Makefile
39 lines
709 B
Makefile
COMMENT= C++ client API for PostgreSQL
|
|
|
|
GH_ACCOUNT= jtv
|
|
GH_PROJECT= libpqxx
|
|
GH_TAGNAME= 7.10.1
|
|
|
|
CATEGORIES= databases devel
|
|
|
|
SHARED_LIBS = pqxx 4.0 # .0.0
|
|
|
|
HOMEPAGE= https://pqxx.org/development/libpqxx/
|
|
|
|
# 3-clause BSDL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += crypto m pq ssl ${COMPILER_LIBCXX}
|
|
|
|
COMPILER= base-clang ports-gcc
|
|
|
|
LIB_DEPENDS= databases/postgresql
|
|
|
|
MODULES= databases/postgresql \
|
|
lang/python
|
|
MODPY_RUNDEP= No
|
|
MODPY_ADJ_FILES=tools/splitconfig \
|
|
tools/template2mak.py
|
|
|
|
# "Yes" breaks tests
|
|
SEPARATE_BUILD= No
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ARGS= --disable-documentation
|
|
USE_GMAKE= Yes
|
|
BUILD_DEPENDS= textproc/xmlto
|
|
|
|
MODPOSTGRESQL_TEST_DBNAME= pqxx-test
|
|
|
|
.include <bsd.port.mk>
|