diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-01-04 15:25:41 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-01-04 15:25:41 +0000 |
commit | f35a429fe80488b488f5cd072a7dcc1d7c944569 (patch) | |
tree | 100ad6566ffe40ab857d96bc789d7a5ed4009256 /www/py-ws4py | |
parent | 62893e50fd301d2e0080e8defd737a617d23b9ed (diff) | |
download | ports-f35a429fe80488b488f5cd072a7dcc1d7c944569.tar.gz ports-f35a429fe80488b488f5cd072a7dcc1d7c944569.zip |
Notes
Diffstat (limited to 'www/py-ws4py')
-rw-r--r-- | www/py-ws4py/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-ws4py/Makefile b/www/py-ws4py/Makefile index c71de3727a62..128bd5a0f601 100644 --- a/www/py-ws4py/Makefile +++ b/www/py-ws4py/Makefile @@ -3,6 +3,7 @@ PORTNAME= ws4py PORTVERSION= 0.2.4 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://www.defuze.org/oss/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +19,7 @@ USE_PYDISTUTILS= easy_install OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= CHERRYPY GEVENT TORNADO -OPTIONS_DEFAULT= GEVENT +OPTIONS_DEFAULT= CHERRYPY GEVENT CHERRYPY_DESC= CherryPy server support GEVENT_DESC= gevent-based client/server support TORNADO_DESC= Tornado client support |