summaryrefslogtreecommitdiff
path: root/www/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-11-10 03:12:22 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-11-10 03:12:22 +0000
commitb66ffccfd7bee0ca9c9eb192ec61c212da61bb1c (patch)
tree399e4fc2567bdafc8cd781b7cbe6c53980a62b51 /www/Makefile
parentRemove wxgtk-devel (diff)
Add CGI/SSI.pm
CGI::SSI is meant to be used as an easy way to filter shtml through CGI scripts in a loose imitation of Apache's mod_include. If you're using Apache, you may want to use either mod_include or the Apache::SSI module instead of CGI::SSI. Limitations in a CGI script's knowledge of how the server behaves make some SSI directives impossible to imitate from a CGI script. Requested by: db_@besmirched.org
Notes
Notes: svn path=/head/; revision=93619
Diffstat (limited to 'www/Makefile')
-rw-r--r--www/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 3a14094858eb..b51b473238bf 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -343,6 +343,7 @@
SUBDIR += p5-CGI-FastTemplate
SUBDIR += p5-CGI-Kwiki
SUBDIR += p5-CGI-Minimal
+ SUBDIR += p5-CGI-SSI
SUBDIR += p5-CGI-Session
SUBDIR += p5-CGI-SpeedyCGI
SUBDIR += p5-CGI-Untaint