mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
25 lines
576 B
Makefile
25 lines
576 B
Makefile
PORTNAME= jsonargparse
|
|
PORTVERSION= 3.19.4
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= kiwi@FreeBSD.org
|
|
COMMENT= Library for creating CLIs
|
|
WWW= https://github.com/omni-us/jsonargparse
|
|
|
|
LICENSE= MIT
|
|
|
|
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
|
|
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyyaml>3.13:devel/py-pyyaml@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= pep517 autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
|
|
PORTDOCS= *
|
|
|
|
.include <bsd.port.mk>
|