svn commit: r458814 - head/math/py-igraph

Li-Wen Hsu lwhsu at FreeBSD.org
Fri Jan 12 09:56:53 UTC 2018


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 at FreeBSD.org
 COMMENT=	High performance graph data structures and algorithms
 
+LICENSE=	GPLv2
+
 BUILD_DEPENDS=	${LOCALBASE}/lib/libigraph.so:math/igraph
 
 USES=		python


More information about the svn-ports-all mailing list