diff options
author | adamw <adamw@FreeBSD.org> | 2015-02-23 22:52:19 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-02-23 22:52:19 +0800 |
commit | 19dcc9a3e2f95640e17e85c94e0074b4cba174ef (patch) | |
tree | 69038f88ebe5d6f46c9cc589831a7d8c7749135f /www/p5-CGI.pm | |
parent | 6738bd1c509a9d519ce686cd27e4c7c477625cf8 (diff) | |
download | freebsd-ports-gnome-19dcc9a3e2f95640e17e85c94e0074b4cba174ef.tar.gz freebsd-ports-gnome-19dcc9a3e2f95640e17e85c94e0074b4cba174ef.tar.zst freebsd-ports-gnome-19dcc9a3e2f95640e17e85c94e0074b4cba174ef.zip |
Add www/p5-CGI-Fast.
This is the continuance of the CGI::Fast module from the CGI distribution.
CGI::Fast is a subclass of the CGI object created by CGI.pm. It is specialized
to work with the FCGI module, which greatly speeds up CGI scripts by turning
them into persistently running server processes. Scripts that perform
time-consuming initialization processes, such as loading large modules or
opening persistent database connections, will see large performance
improvements.
If there are no problems with this port, in a week I'll transfer maintainership
to perl@.
Diffstat (limited to 'www/p5-CGI.pm')
-rw-r--r-- | www/p5-CGI.pm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-CGI.pm/Makefile b/www/p5-CGI.pm/Makefile index 7fa29843b3a6..78ae0eef4c0c 100644 --- a/www/p5-CGI.pm/Makefile +++ b/www/p5-CGI.pm/Makefile @@ -15,7 +15,7 @@ COMMENT= Simple Common Gateway Interface Class for Perl LICENSE= ART20 GPLv1 LICENSE_COMB= dual -CONFLICTS= p5-CGI-[4-9]* +CONFLICTS= p5-CGI-[4-9]* p5-CGI-Fast-[0-9]* USES= perl5 USE_PERL5= configure |