summaryrefslogtreecommitdiff
path: root/textproc/py-sphinxcontrib-serializinghtml/Makefile
blob: 93ae4de6e0c858d613c83bcb6f90f85fff54f55c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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>