freebsd-ports/www/py-recaptcha/Makefile
Philip Paeps 4d4d4941a6 Update to 1.0.5.
While here: invoke the proper easy_install incantations to ensure the proper
meta-data changes happen when the package is installed/removed/upgraded.
2009-11-16 15:54:07 +00:00

25 lines
696 B
Makefile

# New ports collection makefile for: py-recaptcha
# Date created: 20 Mar 2009
# Whom: Philip Paeps <philip@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= recaptcha
PORTVERSION= 1.0.5
CATEGORIES= www devel python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR= source/r/recaptcha-client
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-client-${PORTVERSION}
MAINTAINER= philip@FreeBSD.org
COMMENT= A plugin for reCAPTCHA and reCAPTCHA Mailhide
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= recaptcha_client
PYDISTUTILS_NOEGGINFO= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg
.include <bsd.port.mk>