# $Id: Portfile,v 1.1 2005/09/27 07:33:40 mww Exp $

PortSystem 1.0
PortGroup python24 1.0

name			py-postgresql-greentrunk
version			0.1
categories		python databases
platforms		darwin
maintainers		mww@opendarwin.org
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}
}
