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

19 lines
433 B
Makefile

PORTNAME= sphinxcontrib-serializinghtml
PORTVERSION= 1.1.5
CATEGORIES= textproc
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Sphinx extension which outputs serialized HTML files (json and pickle)
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>