2021-05-10 17:22:23 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.31 2021/05/10 17:22:23 tb Exp $
|
2010-07-08 16:18:06 +00:00
|
|
|
|
|
|
|
COMMENT = lightweight connection pooler for PostgreSQL
|
|
|
|
|
2020-07-05 11:29:36 +00:00
|
|
|
V = 1.14.0
|
2015-09-11 12:39:27 +00:00
|
|
|
DISTNAME = pgbouncer-${V}
|
2021-05-10 17:22:23 +00:00
|
|
|
REVISION = 0
|
2010-07-08 16:18:06 +00:00
|
|
|
|
|
|
|
CATEGORIES = databases
|
|
|
|
|
|
|
|
HOMEPAGE = http://wiki.postgresql.org/wiki/PgBouncer
|
|
|
|
|
|
|
|
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
|
|
|
|
|
|
|
|
# BSD
|
2019-07-12 21:15:33 +00:00
|
|
|
PERMIT_PACKAGE = Yes
|
2010-07-08 16:18:06 +00:00
|
|
|
|
2020-07-05 11:29:36 +00:00
|
|
|
WANTLIB = c event_core event_extra crypto ssl
|
2010-07-08 16:18:06 +00:00
|
|
|
|
2015-09-11 12:39:27 +00:00
|
|
|
MASTER_SITES = https://pgbouncer.github.io/downloads/files/${V}/
|
2010-07-08 16:18:06 +00:00
|
|
|
|
2020-07-05 11:29:36 +00:00
|
|
|
LIB_DEPENDS = devel/libevent2
|
2010-07-08 16:18:06 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
2010-07-09 11:50:38 +00:00
|
|
|
#Disable the detection of asciidoc since docs are already included
|
|
|
|
CONFIGURE_ENV = ASCIIDOC=' '
|
2015-09-11 12:39:27 +00:00
|
|
|
CONFIGURE_ARGS = --with-libevent=${LOCALBASE} --without-cares
|
2010-11-08 08:53:05 +00:00
|
|
|
MAKE_FLAGS+= V=1
|
2010-07-08 16:18:06 +00:00
|
|
|
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|