1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/www/p5-CGI-Thin/Makefile
Sunpoet Po-Chuan Hsieh 3af4b3a482 - Add p5-CGI-Thin 0.52
This module is a very lightweight parser of CGI forms. And it has a special
feature that it will return an array if the same key is used twice in the
form.  You can force an array even if only one value returned to avoid
complications.

The hash %cgi_data will have all the form data from either a POST or GET form
and will also work for "multipart/form-data" forms necessary for uploading
files.

WWW: http://search.cpan.org/dist/CGI-Thin/

PR:		ports/152115
Submitted by:	Phil Phillips <pphillips@experts-exchange.com>
2010-11-22 18:01:07 +00:00

23 lines
398 B
Makefile

# New ports collection makefile for: p5-CGI-Thin
# Date created: 2010-11-09
# Whom: Phil Phillips
#
# $FreeBSD$
#
PORTNAME= CGI-Thin
PORTVERSION= 0.52
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pphillips@experts-exchange.com
COMMENT= A very lightweight Parser for CGI Forms
PERL_CONFIGURE= yes
MAN3= CGI::Thin.3 \
CGI::Thin::Cookies.3
.include <bsd.port.mk>