freebsd-ports/www/p5-CGI-Utils/Makefile
Renato Botelho f11583e100 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>
2009-01-07 15:14:41 +00:00

22 lines
434 B
Makefile

# New ports collection makefile for: p5-CGI-Utils
# Date created: 2009-01-05
# Whom: Murilo Opsfelder <mopsfelder@gmail.com>
#
# $FreeBSD$
#
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>