diff options
author | nivit <nivit@FreeBSD.org> | 2007-01-14 17:23:27 +0800 |
---|---|---|
committer | nivit <nivit@FreeBSD.org> | 2007-01-14 17:23:27 +0800 |
commit | 45060e7249e2ce14c584def197ca9ba058c3a8c0 (patch) | |
tree | beb61f2ef7f32ea7f77cbc3e2037344d45e665e1 /www/Makefile | |
parent | 802916653986a92ea985fb461ae56962f8007e0a (diff) | |
download | freebsd-ports-gnome-45060e7249e2ce14c584def197ca9ba058c3a8c0.tar.gz freebsd-ports-gnome-45060e7249e2ce14c584def197ca9ba058c3a8c0.tar.zst freebsd-ports-gnome-45060e7249e2ce14c584def197ca9ba058c3a8c0.zip |
This Python package is a random collection of WSGI modules
written by Allan Saddi.
flup is functionally divided into three components:
* FlupServers
* FlupMiddleware
* FlupPublisher
WWW: http://www.saddi.com/software/flup/
PR: ports/106828
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
Approved by: alexbl (mentor, implicit)
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 1cd347025602..9bb12174d5bb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -929,6 +929,7 @@ SUBDIR += py-django SUBDIR += py-django-devel SUBDIR += py-fcgi + SUBDIR += py-flup SUBDIR += py-forgethtml SUBDIR += py-formencode SUBDIR += py-htmltestcase |