diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-08-20 16:24:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-08-20 16:24:22 +0800 |
commit | 46a628c40ab250e460ffe0dbb2e3884df88592a4 (patch) | |
tree | 11cfbcd699d32b057e2da2235cdcf5bf08d3508b /www/Makefile | |
parent | 3c59383c97954bfaa87fcf10e8e23ae4b10ed3fb (diff) | |
download | freebsd-ports-gnome-46a628c40ab250e460ffe0dbb2e3884df88592a4.tar.gz freebsd-ports-gnome-46a628c40ab250e460ffe0dbb2e3884df88592a4.tar.zst freebsd-ports-gnome-46a628c40ab250e460ffe0dbb2e3884df88592a4.zip |
- Add p5-FCGI 0.73
FCGI is a Fast CGI module for Perl. It's based on the FCGI module that comes
with Open Market's FastCGI Developer's Kit.
FCGI.pm isn't Unicode aware, only characters within the range 0x00-0xFF are
supported. Attempts to output strings containing characters above 0xFF results
in a exception: (F) Wide character in %s.
Users who wants the previous (FCGI.pm <= 0.68) incorrect behavior can disable
the exception by using the bytes pragma.
WWW: http://search.cpan.org/dist/FCGI/
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 42fa6cccc09e..0fa1bd246003 100644 --- a/www/Makefile +++ b/www/Makefile @@ -918,6 +918,7 @@ SUBDIR += p5-Data-Validate-URI SUBDIR += p5-Emplacken SUBDIR += p5-FAQ-OMatic + SUBDIR += p5-FCGI SUBDIR += p5-FCGI-Async SUBDIR += p5-FCGI-Client SUBDIR += p5-FCGI-Engine |