# $Id: Portfile 37930 2008-06-29 22:30:43Z ryandesign@macports.org $

PortSystem      1.0
PortGroup       python25 1.0

name            py25-pyproj
version         1.8.5
categories      python graphics
platforms       darwin
maintainers     landonf openmaintainer
description     Python interfaces to PROJ.4 (http://proj.maptools.org) functions.

long_description \
		Pyrex wrapper to provide python interfaces to \
		PROJ.4 (http://proj.maptools.org) functions. \
		Performs cartographic transformations and geodetic computations.

homepage        http://code.google.com/p/pyproj/
master_sites    http://pyproj.googlecode.com/files/
distname        pyproj-${version}

depends_lib	port:proj \
		port:py25-pyrex

checksums	md5 60483160456ca9298a5148a50cf656cc
