pkgsrc/www/py-wtforms-recaptcha/Makefile

19 lines
552 B
Makefile
Raw Normal View History

2017-09-16 21:26:41 +02:00
# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:25 wiz Exp $
DISTNAME= wtforms-recaptcha-0.3.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= python www
2016-06-08 19:43:20 +02:00
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wtforms-recaptcha/}
2017-09-16 21:26:41 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2017-09-04 20:08:18 +02:00
HOMEPAGE= https://bitbucket.org/excieve/wtforms-recaptcha
COMMENT= Custom WTForms field that handles reCaptcha display and validation
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-wtforms>=0.6.1:../../www/py-wtforms
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"