diff options
author | miwi <miwi@FreeBSD.org> | 2011-03-17 21:15:29 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-03-17 21:15:29 +0800 |
commit | ea885b45f28faf54538c2ceeee625941464ab019 (patch) | |
tree | c8a5ebab3df43c592db60eccbf1f19e1e8ac5634 /www/Makefile | |
parent | eefe988106488aab072bfde5e1ec59bb3f4b744d (diff) | |
download | freebsd-ports-gnome-ea885b45f28faf54538c2ceeee625941464ab019.tar.gz freebsd-ports-gnome-ea885b45f28faf54538c2ceeee625941464ab019.tar.zst freebsd-ports-gnome-ea885b45f28faf54538c2ceeee625941464ab019.zip |
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX.
It's a pre-fork worker model ported from Ruby's Unicorn project.
The Gunicorn server is broadly compatible with various web frameworks,
simply implemented, light on server resource usage, and fairly speedy.
WWW: http://gunicorn.org/
PR: ports/155226
Submitted by: Kristaps Kulis <kristaps.kulis at gmail.com>
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 b8c87213307e..c8fe45dbe75a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1494,6 +1494,7 @@ SUBDIR += py-formalchemy SUBDIR += py-formencode SUBDIR += py-funkload + SUBDIR += py-gunicorn SUBDIR += py-html5lib SUBDIR += py-httplib2 SUBDIR += py-imdbpy |