opnsense-ports/textproc/py-sphinxcontrib-htmlhelp/Makefile
2023-06-30 08:53:09 +02:00

19 lines
402 B
Makefile

PORTNAME= sphinxcontrib-htmlhelp
PORTVERSION= 2.0.0
CATEGORIES= textproc
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Sphinx extension which renders HTML help files
WWW= https://www.sphinx-doc.org/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>