diff options
author | seb <seb@pkgsrc.org> | 2008-08-18 13:42:11 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-08-18 13:42:11 +0000 |
commit | dfc6b6177fd244d4d8f3e8e12273b03e0cc4b326 (patch) | |
tree | be87a7b868b9b0f1a9fa719c0a4d4cbc30b5f629 /www/p5-CGI-Cookie-Splitter | |
parent | cf5598d2d8fd5bca6b594ae71a67a1bdf7d1c22d (diff) | |
download | pkgsrc-dfc6b6177fd244d4d8f3e8e12273b03e0cc4b326.tar.gz |
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.
Diffstat (limited to 'www/p5-CGI-Cookie-Splitter')
-rw-r--r-- | www/p5-CGI-Cookie-Splitter/DESCR | 3 | ||||
-rw-r--r-- | www/p5-CGI-Cookie-Splitter/Makefile | 21 | ||||
-rw-r--r-- | www/p5-CGI-Cookie-Splitter/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/www/p5-CGI-Cookie-Splitter/DESCR b/www/p5-CGI-Cookie-Splitter/DESCR new file mode 100644 index 00000000000..6a2ab920fbf --- /dev/null +++ b/www/p5-CGI-Cookie-Splitter/DESCR @@ -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. diff --git a/www/p5-CGI-Cookie-Splitter/Makefile b/www/p5-CGI-Cookie-Splitter/Makefile new file mode 100644 index 00000000000..c8d2ff6f355 --- /dev/null +++ b/www/p5-CGI-Cookie-Splitter/Makefile @@ -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" diff --git a/www/p5-CGI-Cookie-Splitter/distinfo b/www/p5-CGI-Cookie-Splitter/distinfo new file mode 100644 index 00000000000..49a447263ac --- /dev/null +++ b/www/p5-CGI-Cookie-Splitter/distinfo @@ -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 |