mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
22 lines
481 B
Makefile
22 lines
481 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= jsondiff
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Diff JSON and JSON-like structures in Python
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.6+
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
CONFLICTS_INSTALL= jojodiff py*-jsonpatch # bin/jdiff bin/jsondiff
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|