mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
3da5db652d
see https://www.pgbouncer.org/changelog.html#pgbouncer-125x fixes CVE-2026-6664, CVE-2026-6665, CVE-2026-6666 & CVE-2026-6667
31 lines
567 B
Makefile
31 lines
567 B
Makefile
COMMENT = lightweight connection pooler for PostgreSQL
|
|
|
|
V = 1.25.2
|
|
DISTNAME = pgbouncer-${V}
|
|
|
|
CATEGORIES = databases
|
|
|
|
HOMEPAGE = https://www.pgbouncer.org/
|
|
|
|
MAINTAINER = Pierre-Emmanuel Andre <pea@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c event_core event_extra crypto ssl
|
|
|
|
SITES = https://pgbouncer.github.io/downloads/files/${V}/
|
|
|
|
BUILD_DEPENDS = textproc/pandoc
|
|
LIB_DEPENDS = devel/libevent2
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
CONFIGURE_ARGS = --without-cares
|
|
MAKE_FLAGS += V=1
|
|
|
|
USE_GMAKE = Yes
|
|
# needs psycopg1
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|