f11583e100
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>
22 lines
434 B
Makefile
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>
|