opnsense-ports/textproc/json2yaml/Makefile
Franco Fichtner 2f03c0cf40 */*: sync with upstream
Taken from: FreeBSD
2023-06-28 09:14:20 +02:00

21 lines
524 B
Makefile

PORTNAME= json2yaml
PORTVERSION= 1.2.0
CATEGORIES= textproc python
MASTER_SITES= PYPI
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Convert JSON to YAML or vice versa
WWW= https://github.com/drbild/json2yaml
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docopt>=0:devel/py-docopt@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyaml>=0:textproc/py-pyaml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=0:devel/py-yaml@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils noflavors
NO_ARCH= yes
.include <bsd.port.mk>