freebsd-ports/textproc/py-sphinxcontrib-htmlhelp/Makefile
2021-11-05 16:17:05 +09:00

18 lines
379 B
Makefile

PORTNAME= sphinxcontrib-htmlhelp
PORTVERSION= 2.0.0
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.6+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>