diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-08-20 16:32:25 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-08-20 16:32:25 +0000 |
commit | 22f9cd51d31c99303f135e98a9f4b937d1e79d24 (patch) | |
tree | 267c942f6dfe7b3e2355af4b620a974c88f839e2 /www/Makefile | |
parent | 55b432b912d5bf94809c0e070e0bf8e89d1aef1e (diff) |
Add py-scgi 0.2, a python server implementation of the Simple Common
Gateway Protocol.
Notes
Notes:
svn path=/head/; revision=64701
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 314b5f415120..46c538ca8b0d 100644 --- a/www/Makefile +++ b/www/Makefile @@ -328,6 +328,7 @@ SUBDIR += publicfile SUBDIR += py-HTMLgen SUBDIR += py-fcgi + SUBDIR += py-scgi SUBDIR += py-websvcs SUBDIR += pyweblib SUBDIR += qdecoder |