diff options
-rw-r--r-- | www/p5-Plack-Middleware-Auth-Digest/DESCR | 4 | ||||
-rw-r--r-- | www/p5-Plack-Middleware-Auth-Digest/Makefile | 24 | ||||
-rw-r--r-- | www/p5-Plack-Middleware-Auth-Digest/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/www/p5-Plack-Middleware-Auth-Digest/DESCR b/www/p5-Plack-Middleware-Auth-Digest/DESCR new file mode 100644 index 00000000000..473ab94fe68 --- /dev/null +++ b/www/p5-Plack-Middleware-Auth-Digest/DESCR @@ -0,0 +1,4 @@ +The Perl 5 module Plack::Middleware::Auth::Digest is a Plack middleware. +It enables digest authentication. Your authenticator callback is +given an username as a string and should return a password, either +as a raw password or a hashed password. diff --git a/www/p5-Plack-Middleware-Auth-Digest/Makefile b/www/p5-Plack-Middleware-Auth-Digest/Makefile new file mode 100644 index 00000000000..39645fec94d --- /dev/null +++ b/www/p5-Plack-Middleware-Auth-Digest/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/07/04 16:49:10 seb Exp $ + +DISTNAME= Plack-Middleware-Auth-Digest-0.03 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Plack-Middleware-Auth-Digest/ +COMMENT= Plack middleware enabling digest authentication +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Plack/Middleware/Auth/Digest/.packlist + +BUILD_DEPENDS+= p5-Test-Simple>=0.88:../../devel/p5-Test-Simple +DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC +DEPENDS+= p5-Plack-[0-9]*:../../www/p5-Plack + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Plack-Middleware-Auth-Digest/distinfo b/www/p5-Plack-Middleware-Auth-Digest/distinfo new file mode 100644 index 00000000000..53f3b29d4ce --- /dev/null +++ b/www/p5-Plack-Middleware-Auth-Digest/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/07/04 16:49:10 seb Exp $ + +SHA1 (Plack-Middleware-Auth-Digest-0.03.tar.gz) = 0ee558d3af56cd3db72dd711ba4bd09659737c3e +RMD160 (Plack-Middleware-Auth-Digest-0.03.tar.gz) = cecb9e87fd5bcbf3e8e456a986f332a686e83dbd +Size (Plack-Middleware-Auth-Digest-0.03.tar.gz) = 23943 bytes |