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
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0: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	2009.01.07.15.14.41;	author garga;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-CGI-Utils
# Date created:		2009-01-05
# Whom:			Murilo Opsfelder <mopsfelder@@gmail.com>
#
# $FreeBSD: head/www/p5-CGI-Utils/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	CGI-Utils
PORTVERSION=	0.12
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	mopsfelder@@gmail.com
COMMENT=	Utilities for retrieving information through the CGI

PERL_CONFIGURE=	yes

MAN3=		CGI::Utils.3 \
		CGI::Utils::UploadFile.3

.include <bsd.port.mk>
@


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

