mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
20 lines
413 B
Makefile
20 lines
413 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= deepdiff
|
|
DISTVERSION= 3.3.0
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Deep difference and search of any Python object/data
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonpickle>0:devel/py-jsonpickle@${PY_FLAVOR}
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|