head	1.2;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.06.02.46;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2010.11.22.18.01.07;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-CGI-Thin
# Date created:		2010-11-09
# Whom:			Phil Phillips
#
# $FreeBSD: head/www/p5-CGI-Thin/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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>
@


1.1
log
@- 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>
@
text
@d5 1
a5 1
# $FreeBSD$
@

