diff options
author | wiz <wiz@pkgsrc.org> | 2013-01-30 18:51:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-01-30 18:51:40 +0000 |
commit | c3df1cd7d3ba3bf793591353df8b4d32c9e73714 (patch) | |
tree | ca0e7459dcda8905697c1f74ed0e4ec6e1972d36 | |
parent | 80826f5846b06b7b1b5b62ad69731b91437290d8 (diff) | |
download | pkgsrc-c3df1cd7d3ba3bf793591353df8b4d32c9e73714.tar.gz |
Import p5-CGI-Session-Plugin-Redirect-1.01 as www/p5-CGI-Session-Plugin-Redirect.
Add a redirect method for CGI::Session.
-rw-r--r-- | www/p5-CGI-Session-Plugin-Redirect/DESCR | 1 | ||||
-rw-r--r-- | www/p5-CGI-Session-Plugin-Redirect/Makefile | 16 | ||||
-rw-r--r-- | www/p5-CGI-Session-Plugin-Redirect/distinfo | 5 |
3 files changed, 22 insertions, 0 deletions
diff --git a/www/p5-CGI-Session-Plugin-Redirect/DESCR b/www/p5-CGI-Session-Plugin-Redirect/DESCR new file mode 100644 index 00000000000..9974f7a7cd3 --- /dev/null +++ b/www/p5-CGI-Session-Plugin-Redirect/DESCR @@ -0,0 +1 @@ +Add a redirect method for CGI::Session. diff --git a/www/p5-CGI-Session-Plugin-Redirect/Makefile b/www/p5-CGI-Session-Plugin-Redirect/Makefile new file mode 100644 index 00000000000..a4bd6e9715c --- /dev/null +++ b/www/p5-CGI-Session-Plugin-Redirect/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2013/01/30 18:51:40 wiz Exp $ + +DISTNAME= CGI-Session-Plugin-Redirect-1.01 +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-Session-Plugin-Redirect/ +COMMENT= Perl5 module extension adding a redirect method for CGI::Session +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/CGI/Session/Plugin/Redirect/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-CGI-Session-Plugin-Redirect/distinfo b/www/p5-CGI-Session-Plugin-Redirect/distinfo new file mode 100644 index 00000000000..e98eb308311 --- /dev/null +++ b/www/p5-CGI-Session-Plugin-Redirect/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/01/30 18:51:40 wiz Exp $ + +SHA1 (CGI-Session-Plugin-Redirect-1.01.tar.gz) = 58d11cfd42d1e485f97c3089a6362bad0d4acbee +RMD160 (CGI-Session-Plugin-Redirect-1.01.tar.gz) = 4e77e9fca0e84f7e4ce821f5df136009c69d42bb +Size (CGI-Session-Plugin-Redirect-1.01.tar.gz) = 1437 bytes |