# $Id$

PortSystem 1.0
PortGroup python24 1.0

name			py-postgresql-exception
version			0.2
categories		python databases
platforms		darwin
maintainers		nomaintainer
description		exceptions for the py-postgresql modules
long_description	${description}

homepage		http://python.projects.postgresql.org/project/ex.html
master_sites	http://pgfoundry.org/frs/download.php/411/
distname		exception-${version}
checksums		md5 ea7a9a60eb6686ee0fa1b27cfa7d3e1d
use_bzip2		yes

depends_run		port:py-postgresql-layout

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