Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Mar 2017 16:00:04 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435936 - head/devel/py-jupyter_console
Message-ID:  <201703111600.v2BG04An027811@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Mar 11 16:00:04 2017
New Revision: 435936
URL: https://svnweb.freebsd.org/changeset/ports/435936

Log:
  Add LICENSE
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/py-jupyter_console/Makefile

Modified: head/devel/py-jupyter_console/Makefile
==============================================================================
--- head/devel/py-jupyter_console/Makefile	Sat Mar 11 16:00:00 2017	(r435935)
+++ head/devel/py-jupyter_console/Makefile	Sat Mar 11 16:00:04 2017	(r435936)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703111600.v2BG04An027811>