Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2018 09:56:52 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r458814 - head/math/py-igraph
Message-ID:  <201801120956.w0C9uqlr053343@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Fri Jan 12 09:56:52 2018
New Revision: 458814
URL: https://svnweb.freebsd.org/changeset/ports/458814

Log:
  - Add LICENSE

Modified:
  head/math/py-igraph/Makefile

Modified: head/math/py-igraph/Makefile
==============================================================================
--- head/math/py-igraph/Makefile	Fri Jan 12 09:54:16 2018	(r458813)
+++ head/math/py-igraph/Makefile	Fri Jan 12 09:56:52 2018	(r458814)
@@ -12,6 +12,8 @@ DISTNAME=	python-${PORTNAME}-${PORTVERSION}
 MAINTAINER=	lwhsu@FreeBSD.org
 COMMENT=	High performance graph data structures and algorithms
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libigraph.so:math/igraph
 
 USES=		python



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