svn commit: r455228 - head/devel/py-python-Levenshtein

Antoine Brodin antoine at FreeBSD.org
Thu Nov 30 21:08:47 UTC 2017


Author: antoine
Date: Thu Nov 30 21:08:45 2017
New Revision: 455228
URL: https://svnweb.freebsd.org/changeset/ports/455228

Log:
  Fix LICENSE, GNU doesn't exist

Modified:
  head/devel/py-python-Levenshtein/Makefile

Modified: head/devel/py-python-Levenshtein/Makefile
==============================================================================
--- head/devel/py-python-Levenshtein/Makefile	Thu Nov 30 20:58:48 2017	(r455227)
+++ head/devel/py-python-Levenshtein/Makefile	Thu Nov 30 21:08:45 2017	(r455228)
@@ -10,7 +10,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 MAINTAINER=	dvl at FreeBSD.org
 COMMENT=	Fast computation of Levenshtein distance and string similarity
 
-LICENSE=	GNU
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		python
 USE_PYTHON=	distutils autoplist


More information about the svn-ports-head mailing list