summaryrefslogtreecommitdiff
path: root/www/p5-CGI_Lite/Makefile
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2001-04-10 00:44:26 +0000
committermjl <mjl@pkgsrc.org>2001-04-10 00:44:26 +0000
commitbe3f76e40826851d8807e0fad246aee220321cd6 (patch)
treeb1e8620ed939e1487a76b11609d978bd6cc5a9fa /www/p5-CGI_Lite/Makefile
parentaccf03df0e59c4d46be8734a62c40b435b5bfe80 (diff)
downloadpkgsrc-be3f76e40826851d8807e0fad246aee220321cd6.tar.gz
Update to 2.0. Notable changes include:
Name change from CGI_Lite to CGI::Lite. Added parse_new_form_data(), for use under persistant applications Removed $` and $' from the code, and "optimized" an important regexp. The set_file_type method now works as it should. Added the get_ordered_keys method Added a set of miscellaneous functions: browser_escape, url_encode, url_decode, is_dangerous, escape_dangerous_chars. Fields containing more than one value in multipart forms are now handled correctly. You can now parse/decode cookies in much the same manner as forms.
Diffstat (limited to 'www/p5-CGI_Lite/Makefile')
-rw-r--r--www/p5-CGI_Lite/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/www/p5-CGI_Lite/Makefile b/www/p5-CGI_Lite/Makefile
index bd9852efdaa..04a7d21ca70 100644
--- a/www/p5-CGI_Lite/Makefile
+++ b/www/p5-CGI_Lite/Makefile
@@ -1,20 +1,16 @@
-# $NetBSD: Makefile,v 1.5 2001/02/17 17:22:21 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/04/10 00:44:26 mjl Exp $
#
-DISTNAME= CGI_Lite-1.62.pm
-PKGNAME= p5-CGI_Lite-1.62
+DISTNAME= CGI-Lite-2.0
+PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
-EXTRACT_SUFX= .gz
MAINTAINER= bad@netbsd.org
COMMENT= simple perl5 module for writing forms-based CGI programs
USE_PERL5= # defined
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI_Lite/.packlist
-
-NO_WRKSUBDIR= # defined
-EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} > CGI_Lite.pm
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/CGI/Lite/.packlist
pre-configure:
${CP} ${FILESDIR}/Makefile.PL ${WRKDIR}/Makefile.PL