aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-03-12 00:00:04 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-03-12 00:00:04 +0800
commit7a8c1c6c830980d0a830a888c801a4b2619adcc5 (patch)
treefd1cf5e5cd814357fb3fb773ef69bf660048ae01
parent874d8ed036825fb627821dd88b1bca3cbefda981 (diff)
downloadfreebsd-ports-gnome-7a8c1c6c830980d0a830a888c801a4b2619adcc5.tar.gz
freebsd-ports-gnome-7a8c1c6c830980d0a830a888c801a4b2619adcc5.tar.zst
freebsd-ports-gnome-7a8c1c6c830980d0a830a888c801a4b2619adcc5.zip
Add LICENSE
Approved by: portmgr (blanket)
-rw-r--r--devel/py-jupyter_console/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/py-jupyter_console/Makefile b/devel/py-jupyter_console/Makefile
index 9613dda8053e..cfecf9f304d8 100644
--- a/devel/py-jupyter_console/Makefile
+++ b/devel/py-jupyter_console/Makefile
@@ -9,6 +9,9 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= IPython-like terminal frontend for Jupyter kernels in any language
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING.md
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter_client>=0:devel/py-jupyter_client \
${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython \
${PYTHON_PKGNAMEPREFIX}ipykernel>=0:devel/py-ipykernel \