Ticket #13411: Portfile

File Portfile, 612 bytes (added by ebgssth@…, 16 years ago)
Line 
1# $Id$
2
3PortSystem        1.0
4PortGroup         python25 1.0
5
6name              py25-httplib2
7version           2-0.4.0
8categories        python devel net
9platforms         darwin
10maintainers       nomaintainer
11description       A comprehensive HTTP client library in Python
12long_description  A comprehensive HTTP client library that supports \
13                  many features left out of other HTTP libraries.
14homepage          http://code.google.com/p/httplib2/
15master_sites      http://httplib2.googlecode.com/files/
16checksums         md5 022006c6c5fb75ea082b97d0fcc89d94
17distname          httplib${version}
18