2017-09-16 21:26:41 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2017/09/16 19:27:25 wiz Exp $
|
2014-04-02 09:27:09 +02:00
|
|
|
|
2014-07-17 01:30:01 +02:00
|
|
|
DISTNAME= wtforms-recaptcha-0.3.2
|
2014-04-02 09:27:09 +02:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= python www
|
2016-06-08 19:43:20 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=w/wtforms-recaptcha/}
|
2014-04-02 09:27:09 +02:00
|
|
|
|
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
|
2014-04-02 09:27:09 +02:00
|
|
|
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"
|