py-wsgi-intercept: fix LICENSE
authormiwarin <miwarin@gmail.com>
Tue, 1 May 2018 07:35:19 +0000 (16:35 +0900)
committermiwarin <miwarin@gmail.com>
Tue, 1 May 2018 07:35:19 +0000 (16:35 +0900)
py-wsgi-intercept/Makefile [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 5622111..d3a385e
@@ -10,7 +10,7 @@ EXTRACT_SUFX= .tar.gz#md5=898dbfc636fef5904aa3ea8bb0722b4b
 MAINTAINER=    kamelderouiche@yahoo.com
 HOMEPAGE=      http://code.google.com/p/wsgi-intercept/
 COMMENT=       Installs a WSGI application in place of a real URI for testing
-#LICENSE=      mit-license
+LICENSE=       mit
 
 DEPENDS+=      ${PYPKGPREFIX}-httplib2>=0.6.0:../../www/py-httplib2