diff options
author | dbaio <dbaio@FreeBSD.org> | 2018-07-30 03:22:10 +0800 |
---|---|---|
committer | dbaio <dbaio@FreeBSD.org> | 2018-07-30 03:22:10 +0800 |
commit | 4d8c40e773a14282b1c19f821d49c1cbc77db2b0 (patch) | |
tree | 456bfe703c0381e1c2175eda9c479882313a2130 /www | |
parent | 4ed75ee4e76350e3d0d040b291ab85b3fa987920 (diff) | |
download | freebsd-ports-gnome-4d8c40e773a14282b1c19f821d49c1cbc77db2b0.tar.gz freebsd-ports-gnome-4d8c40e773a14282b1c19f821d49c1cbc77db2b0.tar.zst freebsd-ports-gnome-4d8c40e773a14282b1c19f821d49c1cbc77db2b0.zip |
www/py-wsgiauth: Add LICENSE
Approved by: portmgr (blanket)
Diffstat (limited to 'www')
-rw-r--r-- | www/py-wsgiauth/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/py-wsgiauth/Makefile b/www/py-wsgiauth/Makefile index 0a311b2545f6..e33903d68234 100644 --- a/www/py-wsgiauth/Makefile +++ b/www/py-wsgiauth/Makefile @@ -11,6 +11,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= bamby@sippysoft.com COMMENT= WSGI authentication middleware +LICENSE= MIT + USES= python:2.7 USE_PYTHON= distutils autoplist |