# $Id: Portfile 91970 2012-04-14 10:26:50Z jmr@macports.org $

PortSystem 1.0

name			postgresql-devel
epoch			1
version			9.1alpha
maintainers		nomaintainer
license			Permissive
categories		databases
platforms		darwin
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 \
				integrity.

homepage		http://www.postgresql.org/
distfiles

replaced_by		postgresql91

pre-configure {
	ui_error "${name} has been replaced by ${replaced_by}; please install that port instead"
	return -code error "obsolete port"
}

livecheck.type	none
