PortSystem 1.0
PortGroup deprecated 1.0

# Final release was on 2010-10-01
deprecated.upstream_support no

name			postgresql80-doc
version			8.0.26
categories		databases
platforms		darwin
maintainers		nomaintainer
license			Permissive
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           md5     6ea1097fd4a57102ec023bc5cca7a35e \
                    sha1    27e0bd4661bc5f2b0f589f721cfbd4eddbb3b4cc \
                    rmd160  e75c19fa0059929c89a18403a546c145698b2fe8

use_bzip2		yes
dist_subdir		postgresql80

set libdir		${prefix}/lib/postgresql80
configure.args	--mandir=${prefix}/share/man \
				--with-docdir=${prefix}/share/doc/postgresql80 \
				--without-openssl \
				--without-rendezvous \
				--without-readline \
				--without-zlib

build.dir		${worksrcpath}/doc
build.type		gnu
build.target

destroot.dir	${build.dir}

livecheck.type	none
livecheck.url	${homepage}
livecheck.regex	(8.0.\[0-9\]+)