diff options
author | rm <rm@FreeBSD.org> | 2016-07-29 20:10:31 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-07-29 20:10:31 +0800 |
commit | 15248c3548e0d5cf31fe508c7c79402f941e76b1 (patch) | |
tree | c8cc0fa5b91a617ffb07df1d6f21892fdd4541c6 /www/Makefile | |
parent | 24afca264593ca390e55fe184a0ba30b02399bc5 (diff) | |
download | freebsd-ports-graphics-15248c3548e0d5cf31fe508c7c79402f941e76b1.tar.gz freebsd-ports-graphics-15248c3548e0d5cf31fe508c7c79402f941e76b1.tar.zst freebsd-ports-graphics-15248c3548e0d5cf31fe508c7c79402f941e76b1.zip |
SockJS-tornado is a Python server side counterpart of SockJS-client browser
library running on top of Tornado framework.
WWW: https://pypi.python.org/pypi/sockjs-tornado
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 49eaaaef03b..817bd8caeb1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1765,6 +1765,7 @@ SUBDIR += py-slimit SUBDIR += py-slimmer SUBDIR += py-slumber + SUBDIR += py-sockjs-tornado SUBDIR += py-splinter SUBDIR += py-spyne SUBDIR += py-surl |