Import www/p5-CGI-Simple 1.105
CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It shares an identical OO interface to CGI.pm for parameter parsing, file upload, cookie handling and header generation.
This commit is contained in:
parent
cba6eaff67
commit
9ff53dc654
3 changed files with 29 additions and 0 deletions
3
www/p5-CGI-Simple/DESCR
Normal file
3
www/p5-CGI-Simple/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
CGI::Simple provides a relatively lightweight drop in replacement
|
||||
for CGI.pm. It shares an identical OO interface to CGI.pm for
|
||||
parameter parsing, file upload, cookie handling and header generation.
|
21
www/p5-CGI-Simple/Makefile
Normal file
21
www/p5-CGI-Simple/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/06/23 03:04:26 abs Exp $
|
||||
|
||||
DISTNAME= CGI-Simple-1.105
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5cgs
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/CGI-Simple/
|
||||
COMMENT= Simple totally OO CGI interface that is CGI.pm compliant
|
||||
|
||||
DEPENDS+= p5-version-[0-9]*:../../devel/p5-version
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/CGI/Simple/.packlist
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-CGI-Simple/distinfo
Normal file
5
www/p5-CGI-Simple/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/06/23 03:04:26 abs Exp $
|
||||
|
||||
SHA1 (CGI-Simple-1.105.tar.gz) = d253187541be91aa62ad6fb55c6b2bcba9531172
|
||||
RMD160 (CGI-Simple-1.105.tar.gz) = f6318c5b05bb34f2ba36f762724d703aaae36549
|
||||
Size (CGI-Simple-1.105.tar.gz) = 81332 bytes
|
Loading…
Reference in a new issue