opnsense-ports/textproc/py-sphinxcontrib-devhelp/Makefile
2023-06-30 08:53:08 +02:00

19 lines
425 B
Makefile

PORTNAME= sphinxcontrib-devhelp
PORTVERSION= 1.0.2
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= python
MAINTAINER= wen@FreeBSD.org
COMMENT= Sphinx extension which outputs Devhelp document
WWW= https://www.sphinx-doc.org/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes
.include <bsd.port.mk>