pkgsrc-wip -- http://pkgsrc.org/wip/
/
pkgsrc-wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b025c3
)
py-wsgi-intercept: fix LICENSE
author
miwarin
<miwarin@gmail.com>
Tue, 1 May 2018 07:35:19 +0000
(16:35 +0900)
committer
miwarin
<miwarin@gmail.com>
Tue, 1 May 2018 07:35:19 +0000
(16:35 +0900)
py-wsgi-intercept/Makefile
[changed mode: 0644->0755]
patch
|
blob
|
blame
|
history
diff --git
a/py-wsgi-intercept/Makefile
b/py-wsgi-intercept/Makefile
old mode 100644
(file)
new mode 100755
(executable)
index
5622111
..
d3a385e
--- a/
py-wsgi-intercept/Makefile
+++ b/
py-wsgi-intercept/Makefile
@@
-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