Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name py-geotypes
version 0.1.0
revision 1
categories python
maintainers nomaintainer@macports.org
platforms darwin freebsd
description python library for geometry types
long_description GeoTypes is a python library that implements both the \
OpenGIS/Postgis and standard Postgresql geometry types, it \
integrates with the psycopg python/Postgresql interface.

homepage http://people.initd.org/rjt/
master_sites opendarwin
distname GeoTypes-${version}
checksums md5 39f32d9ed73224e986891677df65d865
patchfiles patch-setup.py.diff

post-destroot {
xinstall -m 644 -W ${worksrcpath} AUTHORS INSTALL KNOWN_BUGS NEWS TODO \
LICENSE README VERSION ${destroot}${prefix}/share/doc/${name}
}

files