diff options
author | he <he> | 2008-06-20 14:09:21 +0000 |
---|---|---|
committer | he <he> | 2008-06-20 14:09:21 +0000 |
commit | 60b20901cf7dd500da331d949d96cab1802b7558 (patch) | |
tree | 1f4878bc49247edd0d942c9ed02b8b9334de1ea1 /www | |
parent | 67906b65e8acb56b15f94807167b598f5cebe7db (diff) | |
download | pkgsrc-60b20901cf7dd500da331d949d96cab1802b7558.tar.gz |
Import p5-Apache2-AuthCookie version 3.12.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache2-AuthCookie/DESCR | 5 | ||||
-rw-r--r-- | www/p5-Apache2-AuthCookie/Makefile | 21 | ||||
-rw-r--r-- | www/p5-Apache2-AuthCookie/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/www/p5-Apache2-AuthCookie/DESCR b/www/p5-Apache2-AuthCookie/DESCR new file mode 100644 index 00000000000..7a14905bc60 --- /dev/null +++ b/www/p5-Apache2-AuthCookie/DESCR @@ -0,0 +1,5 @@ +Apache::AuthCookie allows you to intercept a user's first unauthenticated +access to a protected document. The user will be presented with a custom +form where they can enter authentication credentials. The credentials are +posted to the server where AuthCookie verifies them and returns a session +key. diff --git a/www/p5-Apache2-AuthCookie/Makefile b/www/p5-Apache2-AuthCookie/Makefile new file mode 100644 index 00000000000..bd55a30f4a7 --- /dev/null +++ b/www/p5-Apache2-AuthCookie/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/06/20 14:09:21 he Exp $ +# + +DISTNAME= Apache-AuthCookie-3.12 +PKGNAME= p5-${DISTNAME:S/Apache/Apache2/} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Apache-AuthCookie/ +COMMENT= Perl5 module for Authentication and Authorization via cookies + +PKG_DESTDIR_SUPPORT= user-destdir + +DEPENDS+= p5-CGI>=3.12:../../www/p5-CGI + +PERL5_PACKLIST= auto/Apache/AuthCookie/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../www/ap2-perl/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Apache2-AuthCookie/distinfo b/www/p5-Apache2-AuthCookie/distinfo new file mode 100644 index 00000000000..67c3196f9f5 --- /dev/null +++ b/www/p5-Apache2-AuthCookie/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/06/20 14:09:21 he Exp $ + +SHA1 (Apache-AuthCookie-3.12.tar.gz) = 0c0c5f4b26bab813edba7cf4e7965933adbd4753 +RMD160 (Apache-AuthCookie-3.12.tar.gz) = d7e8df15b15fe7d1844ae1800534ccef7624138a +Size (Apache-AuthCookie-3.12.tar.gz) = 36014 bytes |