diff options
-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 |