summaryrefslogtreecommitdiff
path: root/www/p5-FastCGI/pkg-descr
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-26 19:36:09 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-26 19:36:09 +0000
commit730305f987bfcbabeadd5cc3c0a2450262a7063e (patch)
treea6830dd2435e752d7a16d58316092708af139278 /www/p5-FastCGI/pkg-descr
parentInitial import of webfs version 0.6. (diff)
Initial import of p5-FastCGI version 0.48.
Modules for perl5, for enablin FastCGI support in CGI scripts. PR: 14564 Submitted by: Kelly Yancey <kbyanc@posi.net>
Notes
Notes: svn path=/head/; revision=23387
Diffstat (limited to 'www/p5-FastCGI/pkg-descr')
-rw-r--r--www/p5-FastCGI/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/p5-FastCGI/pkg-descr b/www/p5-FastCGI/pkg-descr
new file mode 100644
index 000000000000..6f1cba70cb24
--- /dev/null
+++ b/www/p5-FastCGI/pkg-descr
@@ -0,0 +1,10 @@
+This the the FCGI module for perl5 which enables CGI scripts to take
+advantage of servers that are FastCGI-enabled. This module does not abstract
+the writing of CGIs themselves, for that you should refer to the p5-CGI
+module. For more information about FastCGI, the performance enhancements it
+offers, and how to write scripts using it, visit their web site at:
+
+WWW: http://www.fastcgi.com/
+
+ -Kelly
+ kbyanc@posi.net