freebsd-ports/www/p5-CGI-Enurl/Makefile
Chris Rees 38516cd800 This is a little module made for CGI scripting. It encodes the parameters to
be passed to a CGI. It does nothing more, so it's much smaller and loads more
quickly.

WWW: http://search.cpan.org/~jenda/CGI-Enurl-1.07/Enurl.pm
2013-03-17 15:31:06 +00:00

18 lines
318 B
Makefile

# $FreeBSD$
PORTNAME= CGI-Enurl
PORTVERSION= 1.07
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= crees@FreeBSD.org
COMMENT= Perl module for URL-encoding strings and hashes
RUN_DEPENDS= p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm
PERL_CONFIGURE= yes
MAN3= CGI::Enurl.3
.include <bsd.port.mk>