# -*- 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
description Documentation for the postgresql database
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 \
integrity. This is the documentation.
homepage https://www.postgresql.org/
master_sites postgresql:source/v${version}
distname postgresql-${version}
checksums rmd160 ac0ee6a829f04e7cdca0179a2c881244c54f31cd \
sha256 17a46617ddbeb16f37d79b43f4e72301b051e6ef888a2eac960375bf579018d9
set libdir ${prefix}/lib/postgresql83
configure.args --mandir=${prefix}/share/man \
--with-docdir=${prefix}/share/doc/postgresql83 \
build.dir ${worksrcpath}/doc
destroot.dir ${build.dir}