freebsd-ports/textproc/py-sphinxcontrib-serializinghtml/Makefile
Danilo G. Baio 4800efea71 Add textproc/py-sphinxcontrib-serializinghtml
sphinxcontrib-serializinghtml is a sphinx extension which outputs serialized
HTML files (json and pickle).

WWW: https://www.sphinx-doc.org/

PR:		244676
Submitted by:	Willem Jan Withagen <wjw@digiware.nl>
2020-05-11 23:17:42 +00:00

20 lines
423 B
Makefile

# $FreeBSD$
PORTNAME= sphinxcontrib-serializinghtml
PORTVERSION= 1.1.4
CATEGORIES= textproc
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Sphinx extension which outputs serialized HTML files (json and pickle)
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>