# $Id: Portfile 47446 2009-02-28 08:45:57Z blb@macports.org $

PortSystem 1.0
PortGroup python24 1.0

name			py-geotypes
version			0.7.0
maintainers		nomaintainer
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://initd.org/tracker/psycopg/wiki
master_sites	freebsd
distname		GeoTypes-${version}
checksums		md5     241f2a2ec3a90b7d501fccf7879549db \
				sha1    5d2b52ca327e505086d6561088126d88ce69034b \
				rmd160  c4a56844194cf35153cdc337f570ccbf5e649a77
depends_lib-append	port:py-psycopg2
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}
}

