# $Id: Portfile 54535 2009-07-29 11:05:44Z ram@macports.org $

PortSystem        1.0
PortGroup         python26 1.0

name              py26-httplib2
version           2-0.5.0
categories        python devel net
platforms         darwin
maintainers       ram openmaintainer
description       A comprehensive HTTP client library in Python
long_description  A comprehensive HTTP client library that supports \
                  many features left out of other HTTP libraries.
homepage          http://code.google.com/p/httplib2/
master_sites      http://httplib2.googlecode.com/files/
checksums         md5 c768ed1826cec3ddeefa7588048075f3
distname          httplib${version}

livecheck.check   regex
livecheck.url     ${homepage}downloads/list
livecheck.regex   {httplib(\d-\d+(?:\.\d+)*).tar.gz}
