# $Id: Portfile 60042 2009-10-30 03:36:43Z alakazam@macports.org $

PortSystem		1.0
PortGroup		python25 1.0

name			py25-recaptcha
version			1.0.5
maintainers		alakazam stechert
description		Python recaptcha client
long_description	Provides a CAPTCHA for Python using the reCAPTCHA service. Does not require any \
			imaging libraries because the CAPTCHA is served directly from reCAPTCHA. Also \
			allows you to securely obfuscate emails with Mailhide. This functionality requires \
			pycrypto. This library requires two types of API keys. If you'd like to use the \
			CAPTCHA, you'll need a key from http://recaptcha.net/api/getkey. For Mailhide, you'll \
			need a key from http://mailhide.recaptcha.net/apikey
categories-append	graphics
platforms		darwin freebsd
homepage		http://pypi.python.org/pypi/recaptcha-client
master_sites		http://pypi.python.org/packages/source/r/recaptcha-client/
distname		recaptcha-client-${version}

checksums           md5     f810750fb0be4e1d08b2253e22cbc5d7 \
                    sha1    1cc666513eb7fcbe0327574ada5bd41accbe0feb \
                    rmd160  c03ddd4b922a28ce74e16510e4f13e2e37547d42

depends_lib-append	port:py25-crypto

livecheck.type  regex
livecheck.url   ${homepage}
livecheck.regex "recaptcha-client&amp;version=(\\d+(\\.\\d+)*)"
