diff options
author | mi <mi@FreeBSD.org> | 2007-02-13 14:46:59 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2007-02-13 14:46:59 +0800 |
commit | 2486f1c0bc7921bd0b36827562f44724a68765b3 (patch) | |
tree | 60a8f587e5f4ac82df2c718bbbb61ac7cf075ee5 /www/Makefile | |
parent | 73e3893c670f3c289368f9506e3380fd9436e14c (diff) | |
download | freebsd-ports-gnome-2486f1c0bc7921bd0b36827562f44724a68765b3.tar.gz freebsd-ports-gnome-2486f1c0bc7921bd0b36827562f44724a68765b3.tar.zst freebsd-ports-gnome-2486f1c0bc7921bd0b36827562f44724a68765b3.zip |
Webshell -- a TCL module for Apache. Appears to be the most advanced
and the best supported such module of the several listed at
http://tcl.apache.org/
Works with both Apache-1.3.x and 2.x and has an interesting development
paradigm.
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 30ee92f94e9f..e0ebfa2fabc6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1127,6 +1127,7 @@ SUBDIR += webreport SUBDIR += webresolve SUBDIR += webserver + SUBDIR += websh SUBDIR += webstats SUBDIR += webstone SUBDIR += webstone-ssl |