Added: trunk/dports/python/py25-httplib2/Portfile (0 => 31734)
--- trunk/dports/python/py25-httplib2/Portfile (rev 0)
+++ trunk/dports/python/py25-httplib2/Portfile 2007-12-05 08:36:49 UTC (rev 31734)
@@ -0,0 +1,18 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name py25-httplib2
+version 2-0.4.0
+categories python devel net
+platforms darwin
+maintainers ebgssth@gmail.com
+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 022006c6c5fb75ea082b97d0fcc89d94
+distname httplib${version}
+