# $Id: Portfile,v 1.6 2004/12/28 07:04:34 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-geotypes version 0.1.0 revision 1 categories python maintainers mww@opendarwin.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} }