blob: 340ed50b30f4640e0bd746c48f31a0d76812897a (
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-devhelp
PORTVERSION= 2.0.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:C/-/_/}-${PORTVERSION}
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}/LICENCE.rst
USES= python
USE_PYTHON= autoplist concurrent pep517
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.2.0<4:devel/py-flit-core@${PY_FLAVOR}
NO_ARCH= yes
.include <bsd.port.mk>
|