Added: trunk/dports/python/py26-recaptcha-client/Portfile (0 => 70177)
--- trunk/dports/python/py26-recaptcha-client/Portfile (rev 0)
+++ trunk/dports/python/py26-recaptcha-client/Portfile 2010-07-31 18:53:21 UTC (rev 70177)
@@ -0,0 +1,26 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-recaptcha-client
+version 1.0.5
+maintainers perry openmaintainer
+platforms darwin
+
+description Provides a CAPTCHA for Python using the reCAPTCHA \
+ service.
+long_description ${description}
+license MIT/X11
+homepage http://pypi.python.org/pypi/recaptcha-client/
+
+livecheck.regex {: recaptcha-client (.+)<}
+livecheck.type regex
+livecheck.url ${homepage}
+
+depends_build-append port:py26-distribute
+
+distname recaptcha-client-${version}
+master_sites http://pypi.python.org/packages/source/r/recaptcha-client/
+
+checksums rmd160 c03ddd4b922a28ce74e16510e4f13e2e37547d42
Property changes on: trunk/dports/python/py26-recaptcha-client/Portfile
___________________________________________________________________