diff options
author | rene <rene@FreeBSD.org> | 2013-12-16 04:00:46 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-12-16 04:00:46 +0800 |
commit | 7a2252180e3cfe6d4bf901edf52d926950490c52 (patch) | |
tree | 5fc84f8cbe8ff781191b17aea50e6d8b53f12f1c | |
parent | f806069050c79327d3c778b4ac56afb8cc111b28 (diff) | |
download | freebsd-ports-graphics-7a2252180e3cfe6d4bf901edf52d926950490c52.tar.gz freebsd-ports-graphics-7a2252180e3cfe6d4bf901edf52d926950490c52.tar.zst freebsd-ports-graphics-7a2252180e3cfe6d4bf901edf52d926950490c52.zip |
Set license to BSD, 3-claused.
-rw-r--r-- | www/py-ws4py/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/py-ws4py/Makefile b/www/py-ws4py/Makefile index 56e67bbb727..e5cddfeb7b3 100644 --- a/www/py-ws4py/Makefile +++ b/www/py-ws4py/Makefile @@ -8,10 +8,9 @@ MASTER_SITES= http://www.defuze.org/oss/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rene@FreeBSD.org -# python@ is also OK with me COMMENT= WebSocket package for Python -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_PYTHON= yes USE_PYDISTUTILS= easy_install |