summaryrefslogtreecommitdiff
path: root/textproc/py-sphinxcontrib-htmlhelp/Makefile
blob: 314617da648c5f181ccd82b7d35ffc673c446e08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PORTNAME=	sphinxcontrib-htmlhelp
PORTVERSION=	2.1.0
CATEGORIES=	textproc
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	sphinxcontrib_htmlhelp-${PORTVERSION}

MAINTAINER=	python@FreeBSD.org
COMMENT=	Sphinx extension which renders HTML help files
WWW=		https://www.sphinx-doc.org/en/master/ \
		https://github.com/sphinx-doc/sphinxcontrib-htmlhelp

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>