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

PortSystem 1.0
PortGroup python24 1.0

name			py-postgresql-proboscis
version			0.1
categories		python databases
platforms		darwin
maintainers		nomaintainer
description		postgresql database connector in pure python
long_description	${description}

homepage		http://python.projects.postgresql.org/project/fe.html
master_sites	http://pgfoundry.org/frs/download.php/463/
distname		proboscis-${version}
checksums		md5 a94f3fb6da126b2d1f2d26d7f88e4663
use_bzip2		yes

depends_run		port:py-postgresql-greentrunk \
				port:py-postgresql-pqueue \
				port:py-postgresql-layout \
				port:py-postgresql-exception

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