diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-01-07 23:14:41 +0800 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-01-07 23:14:41 +0800 |
commit | f11583e10022161c93dd316638908d943c3da839 (patch) | |
tree | f1bedd54497d7e688018514e2747175e4ec46a86 /www/Makefile | |
parent | b2d73ae6a2b94d3ebc54ea75e6d77f15ecba471a (diff) | |
download | freebsd-ports-gnome-f11583e10022161c93dd316638908d943c3da839.tar.gz freebsd-ports-gnome-f11583e10022161c93dd316638908d943c3da839.tar.zst freebsd-ports-gnome-f11583e10022161c93dd316638908d943c3da839.zip |
This module can be used almost as a drop-in replacement for CGI.pm
for those of you who do not use the HTML generating features of CGI.pm
This module provides an object-oriented interface for retrieving information
provided by the Common Gateway Interface, as well as url-encoding and
decoding values, and parsing CGI parameters.
WWW: http://search.cpan.org/dist/CGI-Utils/
PR: ports/130185
Submitted by: Murilo Opsfelder <mopsfelder at gmail.com>
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 8a02828fdfe7..369fdd402ed4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -677,6 +677,7 @@ SUBDIR += p5-CGI-Untaint-date SUBDIR += p5-CGI-Untaint-email SUBDIR += p5-CGI-Upload + SUBDIR += p5-CGI-Utils SUBDIR += p5-CGI-XMLApplication SUBDIR += p5-CGI-modules SUBDIR += p5-CGI.pm |