6daca15447
Change Log: https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/2.0.0/CHANGES PR: 258587 Approved by: maintainer timeout (> 6 weeks)
18 lines
379 B
Makefile
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>
|