1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

devel/py-pylint-django: Add DJANGO option

This commit is contained in:
Po-Chuan Hsieh 2024-10-22 17:48:44 +08:00
parent bf81167b25
commit b27764ba4f
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -19,4 +19,9 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
OPTIONS_DEFINE= DJANGO
DJANGO_DESC= Django support
DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR}
.include <bsd.port.mk>