Files
bket 250606b6b6 Import py-jsonargparse
DESCR
jsonargparse is a library for creating command-line interfaces (CLIs)
and making Python apps easily configurable.

OK sthen@
2026-05-07 15:21:25 +00:00

18 lines
328 B
Makefile

COMMENT = creates hinted CLIs with command, config, and env parsing
MODPY_DISTV = 4.48.0
DIST_TUPLE = github omni-us jsonargparse v${MODPY_DISTV} .
PKGNAME = py-${DISTNAME}
CATEGORIES = devel
# MIT
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PYBUILD = setuptools
RUN_DEPENDS = textproc/py-yaml
.include <bsd.port.mk>