diff options
author | he <he@pkgsrc.org> | 2004-11-05 22:24:19 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-11-05 22:24:19 +0000 |
commit | 067dbea3fd1a6104096ca1739642a255f43e368a (patch) | |
tree | c0346f73ecb4d05ecc67df44f5ff421b85556684 /www | |
parent | 66f0759e56ed85cb6b4b9ca920e7b330b962590b (diff) | |
download | pkgsrc-067dbea3fd1a6104096ca1739642a255f43e368a.tar.gz |
Import p5-Apache-Session-Wrapper version 0.17.
This module provides a simple wrapper for Apache::Session that manages
the session id for you. See the module documentation for details.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Session-Wrapper/DESCR | 2 | ||||
-rw-r--r-- | www/p5-Apache-Session-Wrapper/Makefile | 18 | ||||
-rw-r--r-- | www/p5-Apache-Session-Wrapper/PLIST | 1 | ||||
-rw-r--r-- | www/p5-Apache-Session-Wrapper/distinfo | 4 |
4 files changed, 25 insertions, 0 deletions
diff --git a/www/p5-Apache-Session-Wrapper/DESCR b/www/p5-Apache-Session-Wrapper/DESCR new file mode 100644 index 00000000000..a884a1e913f --- /dev/null +++ b/www/p5-Apache-Session-Wrapper/DESCR @@ -0,0 +1,2 @@ +This module provides a simple wrapper for Apache::Session that manages +the session id for you. See the module documentation for details. diff --git a/www/p5-Apache-Session-Wrapper/Makefile b/www/p5-Apache-Session-Wrapper/Makefile new file mode 100644 index 00000000000..1dfcf6ee3c8 --- /dev/null +++ b/www/p5-Apache-Session-Wrapper/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/05 22:24:19 he Exp $ + +DISTNAME= Apache-Session-Wrapper-0.17 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/~drolsky/Apache-Session-Wrapper-0.17/ +COMMENT= Perl5 module doing a wrapper around Apache::Session + +DEPENDS+= p5-Apache-Session>=1.6:../../www/p5-Apache-Session + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Apache/Session/Wrapper/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Apache-Session-Wrapper/PLIST b/www/p5-Apache-Session-Wrapper/PLIST new file mode 100644 index 00000000000..a736a441470 --- /dev/null +++ b/www/p5-Apache-Session-Wrapper/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/05 22:24:19 he Exp $ diff --git a/www/p5-Apache-Session-Wrapper/distinfo b/www/p5-Apache-Session-Wrapper/distinfo new file mode 100644 index 00000000000..77f48728ff5 --- /dev/null +++ b/www/p5-Apache-Session-Wrapper/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/05 22:24:19 he Exp $ + +SHA1 (Apache-Session-Wrapper-0.17.tar.gz) = a7325de6dd33f90649d05d1b6d5d8ebf07f66b1a +Size (Apache-Session-Wrapper-0.17.tar.gz) = 17662 bytes |