# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 name pgbouncer version 1.23.0 revision 0 categories databases installs_libs no license ISC maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer description Lightweight connection pooler for PostgreSQL long_description pgbouncer is a PostgreSQL connection pooler. \ Any target application can be connected to \ pgbouncer as if it were a PostgreSQL server, \ and pgbouncer will manage to connect to the \ server, or to reuse one of its existing connections. homepage https://www.pgbouncer.org master_sites ${homepage}/downloads/files/${version}/ checksums rmd160 63e892855de23fabb5b090f55a487ddb5a3fec01 \ sha256 1804219c301ef035e7f41ea9aff1e5180b4baf8845d61061e9a1085936323226 \ size 694845 depends_build-append \ port:gmake \ port:pkgconfig depends_lib-append port:c-ares \ port:libevent \ path:lib/libssl.dylib:openssl livecheck.type regex livecheck.url https://www.pgbouncer.org/downloads/ livecheck.regex pgbouncer-(\[0-9\\.\]+)\\.tar\\.gz