ports/www/py-django-recaptcha/Makefile
Po-Chuan Hsieh fd2ba60b94
www/py-django-recaptcha: Update to 4.0.0
- Fix PORTNAME and remove both PKGNAMEPREFIX and DISTNAME
- Update WWW

Changes:	https://github.com/django-recaptcha/django-recaptcha/releases
2023-11-27 18:30:06 +08:00

20 lines
473 B
Makefile

PORTNAME= django-recaptcha
PORTVERSION= 4.0.0
CATEGORIES= www python
MASTER_SITES= PYPI
MAINTAINER= python@FreeBSD.org
COMMENT= Django reCAPTCHA form field/widget integration app
WWW= https://github.com/django-recaptcha/django-recaptcha
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.11<4.0:www/py-django32@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>