mirror of https://git.FreeBSD.org/ports.git
20 lines
409 B
Makefile
20 lines
409 B
Makefile
PORTNAME= ipynbdiff
|
|
PORTVERSION= 0.4.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Human readable Jupyter Notebook diffs
|
|
WWW= https://gitlab.com/gitlab-org/incubation-engineering/mlops/rb-ipynbdiff
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-diffy>=3.3<4:textproc/rubygem-diffy \
|
|
rubygem-json>=2.5.1<3:devel/rubygem-json
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|