openbsd-ports/www/py-recaptcha-client/Makefile
landry 938b5d16fa Import py-recaptcha-client 1.0.6.
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 https://www.google.com/recaptcha/admin/create.  For Mailhide,
you'll need a key from http://www.google.com/recaptcha/mailhide/apikey.

Required by upcoming firefox sync server port.
ok rpointel@
2012-07-17 19:29:13 +00:00

25 lines
547 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/07/17 19:29:13 landry Exp $
COMMENT = plugin for reCAPTCHA and reCAPTCHA Mailhide
MODPY_EGG_VERSION = 1.0.6
DISTNAME = recaptcha-client-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
CATEGORIES = www devel
HOMEPAGE = http://pypi.python.org/pypi/recaptcha-client
# MIT-X11
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${MASTER_SITE_PYPI:=r/recaptcha-client/}
MODULES = lang/python
MODPY_SETUPTOOLS = Yes
.include <bsd.port.mk>