38516cd800
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
18 lines
318 B
Makefile
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>
|