# $Id: Portfile 88192 2011-12-21 20:01:40Z perry@macports.org $

PortSystem              1.0
PortGroup               python 1.0

name                    py-pygeocoder
version                 1.1.4
maintainers             perry openmaintainer
platforms               darwin

description             A lightweight Python wrapper for Google Geocoding API V3
long_description        ${description}
license                 LGPL-3+
homepage                http://pypi.python.org/pypi/pygeocoder/

livecheck.regex         {>pygeocoder (.+) :}
livecheck.type          regex
livecheck.url           ${homepage}

distname                pygeocoder-${version}
master_sites            http://pypi.python.org/packages/source/p/pygeocoder/

checksums               rmd160 6faf5e1a1bdaece5df41c8c97bb70385cc55121f

python.default_version  27
python.versions         26 27
