Initial import of CGI-Cookie-Splitter version 0.02 in the NetBSD
Packages Collection. The Perl 5 module CGI::Cookie::Splitter provides a pretty simple interface to generate small cookies that are under a certain limit, without wasting too much effort.
This commit is contained in:
parent
cf5598d2d8
commit
dfc6b6177f
3 changed files with 29 additions and 0 deletions
3
www/p5-CGI-Cookie-Splitter/DESCR
Normal file
3
www/p5-CGI-Cookie-Splitter/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
The Perl 5 module CGI::Cookie::Splitter provides a pretty simple
|
||||
interface to generate small cookies that are under a certain limit,
|
||||
without wasting too much effort.
|
21
www/p5-CGI-Cookie-Splitter/Makefile
Normal file
21
www/p5-CGI-Cookie-Splitter/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/08/18 13:42:11 seb Exp $
|
||||
|
||||
DISTNAME= CGI-Cookie-Splitter-0.02
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/CGI-Cookie-Splitter/
|
||||
COMMENT= Perl5 module for splitting big cookies into smaller ones
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/CGI/Cookie/Splitter/.packlist
|
||||
|
||||
DEPENDS+= p5-CGI-Simple-[0-9]*:../../www/p5-CGI-Simple
|
||||
BUILD_DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
www/p5-CGI-Cookie-Splitter/distinfo
Normal file
5
www/p5-CGI-Cookie-Splitter/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/08/18 13:42:11 seb Exp $
|
||||
|
||||
SHA1 (CGI-Cookie-Splitter-0.02.tar.gz) = 176a9040a99fabc3b4fff26d175686f10fa83d06
|
||||
RMD160 (CGI-Cookie-Splitter-0.02.tar.gz) = 2cb81da436b90d4e756990d4199a7d82b4d7675e
|
||||
Size (CGI-Cookie-Splitter-0.02.tar.gz) = 5163 bytes
|
Loading…
Reference in a new issue