# $Id: Portfile 30249 2007-10-23 02:12:47Z jmpp@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-postgresql-greentrunk
version			0.1
categories		python databases
platforms		darwin
maintainers		nomaintainer
description		greentrunk interface to postgresql
long_description	${description}

homepage		http://python.projects.postgresql.org/project/ip.html
master_sites	http://pgfoundry.org/frs/download.php/447/
distname		greentrunk-${version}
checksums		md5 6df92e01200cdd0f6f786ed97d38cf14
use_bzip2		yes

depends_run		port:py-postgresql-layout

post-destroot	{
	xinstall -m 644 -W ${worksrcpath} LICENSE \
		${destroot}${prefix}/share/doc/${name}
}
