mirror of https://git.FreeBSD.org/ports.git
24 lines
598 B
Makefile
24 lines
598 B
Makefile
PORTNAME= sphinxcontrib-qthelp
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= sphinxcontrib_qthelp-${PORTVERSION}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Sphinx extension which outputs QtHelp document
|
|
WWW= https://www.sphinx-doc.org/en/master/ \
|
|
https://github.com/sphinx-doc/sphinxcontrib-qthelp
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE.rst
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.7:devel/py-flit-core@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent pep517
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|