# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup python26 1.0 name py26-pyproj version 1.8.6 categories python maintainers stromnov openmaintainer description Python interfaces to PROJ.4 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/ platforms darwin master_sites googlecode:pyproj distname pyproj-${version} checksums md5 dbaeb97d88ed7eaa6ec1b3e2d29916b3 \ sha1 1e9b4e6bb02e3fb81a4a3c8469e9f88b6c0f5e84 \ rmd160 acdc04bd218b9bbb0d96163dd6b3a50b257d07a3 depends_lib-append port:proj \ port:py26-pyrex post-destroot { xinstall -m 644 -W ${worksrcpath} \ README README.html PKG-INFO \ ${destroot}${prefix}/share/doc/${name} }