freebsd-ports/textproc/py-sphinxcontrib-htmlhelp/Makefile
Danilo G. Baio 0f171b67b0 Add textproc/py-sphinxcontrib-htmlhelp
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>
2020-05-11 23:19:52 +00:00

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>