2020-05-23 21:13:46 +00:00
|
|
|
PORTNAME= jc
|
2021-10-31 23:25:43 +00:00
|
|
|
DISTVERSION= 1.17.1
|
2020-05-23 21:13:46 +00:00
|
|
|
CATEGORIES= textproc python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2021-01-22 10:08:51 +00:00
|
|
|
MAINTAINER= lcook@FreeBSD.org
|
2020-05-23 21:13:46 +00:00
|
|
|
COMMENT= Converts output of popular command-line tools and file-types to JSON
|
|
|
|
|
|
|
|
LICENSE= MIT
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
|
2020-09-04 02:32:46 +00:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=2.3.0:textproc/py-pygments@${PY_FLAVOR} \
|
2020-05-23 21:13:46 +00:00
|
|
|
${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.15.0:devel/py-ruamel.yaml@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}xmltodict>=0.12.0:devel/py-xmltodict@${PY_FLAVOR}
|
|
|
|
|
|
|
|
USES= python:3.6+
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|