forked from Lainports/freebsd-ports
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>
20 lines
423 B
Makefile
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>
|