ports/www/py-django-htmx/Makefile
Kai Knoblich 9843ba088d www/py-django-htmx: New port
This package offers extensions for using Django with htmx, a library
that allows one to access modern browser features directly from HTML,
rather than using JavaScript (see https://htmx.org/).
2024-01-23 08:05:52 +01:00

24 lines
618 B
Makefile

PORTNAME= django-htmx
DISTVERSION= 1.17.2
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Extensions for using Django with htmx
WWW= https://github.com/adamchainz/django-htmx
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}asgiref>=3.6:www/py-asgiref@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist pep517
NO_ARCH= yes
.include <bsd.port.mk>