PR: 247303 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainter) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D25309
25 lines
629 B
Makefile
25 lines
629 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jc
|
|
DISTVERSION= 1.11.6
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= vulcan@wired.sh
|
|
COMMENT= Converts output of popular command-line tools and file-types to JSON
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pygments>=2.4.2:textproc/py-pygments@${PY_FLAVOR} \
|
|
${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>
|