Source
# $Id$
PortSystem 1.0
PortGroup python24 1.0
name py-postgresql-layout
version 0.3
categories python databases
license BSD
platforms darwin
maintainers nomaintainer
description layout for the py-postgresql modules
long_description ${description}
homepage http://python.projects.postgresql.org/project/lo.html
master_sites http://pgfoundry.org/frs/download.php/438/
distname layout-${version}
checksums md5 1863e2cb868de9b35f306b8e3f1f9ebb
use_bzip2 yes
post-destroot {
xinstall -m 644 -W ${worksrcpath} LICENSE \
${destroot}${prefix}/share/doc/${name}
}