freebsd-ports/www/py-django-recaptcha/Makefile
Kai Knoblich 580e60414b www/py-django-recaptcha: Update to 2.0.6
* Also switch to Django 2.2 (current LTS release) because Django 1.11 is
  End-of-Life.

* Use GitHub for a while as PyPI provides no sdist for the latest release.

Changelog:

https://github.com/praekelt/django-recaptcha/blob/2.0.6/CHANGELOG.rst

PR:		245309
2020-05-25 10:13:07 +00:00

25 lines
548 B
Makefile

# Created by: Tom Judge <tj@FreeBSD.org>
# $FreeBSD$
PORTNAME= recaptcha
PORTVERSION= 2.0.6
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django-
MAINTAINER= python@FreeBSD.org
COMMENT= Django reCAPTCHA form field/widget integration app
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11<4.0:www/py-django22@${PY_FLAVOR}
USES= python:3.5+
USE_GITHUB= yes
GH_ACCOUNT= praekelt
GH_PROJECT= django-recaptcha
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>