Update www/firefox-esr to version 102.5.0,1
[dports.git] / www / py-django-htmlmin / Makefile
1 PORTNAME=       django-htmlmin
2 PORTVERSION=    0.9.1
3 CATEGORIES=     www python
4 MASTER_SITES=   CHEESESHOP
5 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
6
7 MAINTAINER=     demon@FreeBSD.org
8 COMMENT=        HTML minifier for Python
9 WWW=            https://pypi.org/project/django-htmlmin/
10
11 RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/bs4/element.py:www/py-beautifulsoup@${PY_FLAVOR} \
12                 ${PYTHON_SITELIBDIR}/html5lib/html5parser.py:www/py-html5lib@${PY_FLAVOR}
13
14 USES=           python:3.6+
15 USE_PYTHON=     distutils autoplist
16 NO_ARCH=        yes
17
18 .include <bsd.port.mk>