sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files. WWW: https://www.sphinx-doc.org/ PR: 244677 Submitted by: Willem Jan Withagen <wjw@digiware.nl>
20 lines
392 B
Makefile
20 lines
392 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sphinxcontrib-htmlhelp
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Sphinx extension which renders HTML help files
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|