description The most advanced open-source database available anywhere
long_description PostgreSQL is Object-Relational Database Management System. \
It supports almost all SQL constructs, including transactions, \
subselects, and user-defined types and functions. Write-ahead \
logging means increased performance while retaining data \
homepage https://www.postgresql.org/
master_sites http://ftp3.de.postgresql.org/pub/Mirrors/ftp.postgresql.org/source/v${version}/ \
postgresql:source/v${version}
checksums md5 b511c1c6d5de2417096dba48912e6f18 \
sha1 418b8c2e5a076e2e3c3e28455ee16b6550210352 \
rmd160 cb2c9572ecefe49303e49f458116d51d3f1e6c36
distname postgresql-${version}
depends_lib port:readline path:lib/libssl.dylib:openssl port:zlib port:libxml2 port:libxslt
patchfiles src_pl_plpython_Makefile.patch
set libdir ${prefix}/lib/${name}
configure.args --sysconfdir=${prefix}/etc/${name} \
--includedir=${prefix}/include/${name} \
--datadir=${prefix}/share/${name} \
--mandir=${prefix}/share/man \
--with-includes=${prefix}/include \
--with-libraries=${prefix}/lib \
--enable-integer-datetimes
livecheck.url ${homepage}
livecheck.regex (8.1.\[0-9\]+)
configure.args-replace --with-bonjour --without-bonjour