svn commit: r435936 - head/devel/py-jupyter_console

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 11 16:00:06 UTC 2017


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 at 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 \


More information about the svn-ports-head mailing list