diff --git a/python/py25-httplib2/Portfile b/python/py25-httplib2/Portfile
index b7381a6..617b442 100644
|
a
|
b
|
|
| 4 | 4 | PortGroup python25 1.0 |
| 5 | 5 | |
| 6 | 6 | name py25-httplib2 |
| 7 | | version 2-0.4.0 |
| | 7 | version 2-0.5.0 |
| 8 | 8 | categories python devel net |
| 9 | 9 | platforms darwin |
| 10 | 10 | maintainers akitada |
| … |
… |
|
| 13 | 13 | many features left out of other HTTP libraries. |
| 14 | 14 | homepage http://code.google.com/p/httplib2/ |
| 15 | 15 | master_sites http://httplib2.googlecode.com/files/ |
| 16 | | checksums md5 022006c6c5fb75ea082b97d0fcc89d94 |
| | 16 | checksums md5 c768ed1826cec3ddeefa7588048075f3 |
| 17 | 17 | distname httplib${version} |
| 18 | 18 | |