diff options
author | bouyer <bouyer@pkgsrc.org> | 2013-01-14 14:45:23 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2013-01-14 14:45:23 +0000 |
commit | 46cb936f8a88072d4ac010a01b410d166629970e (patch) | |
tree | 5e4e429eb5542b9ac788ab12200f1e5fd59ec453 /www | |
parent | a141b5babdfe78fc2bf093e744969a306f688477 (diff) | |
download | pkgsrc-46cb936f8a88072d4ac010a01b410d166629970e.tar.gz |
Import HTTP-Server-Simple-Authen version 0.04
HTTP::Server::Simple::Authen is an HTTP::Server::Simple plugin to allow
HTTP authentication. Authentication scheme is pluggable and you can use
whatever Authentication protocol that Authen::Simple supports.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTTP-Server-Simple-Authen/DESCR | 3 | ||||
-rw-r--r-- | www/p5-HTTP-Server-Simple-Authen/Makefile | 22 | ||||
-rw-r--r-- | www/p5-HTTP-Server-Simple-Authen/distinfo | 5 |
3 files changed, 30 insertions, 0 deletions
diff --git a/www/p5-HTTP-Server-Simple-Authen/DESCR b/www/p5-HTTP-Server-Simple-Authen/DESCR new file mode 100644 index 00000000000..076cce40bf8 --- /dev/null +++ b/www/p5-HTTP-Server-Simple-Authen/DESCR @@ -0,0 +1,3 @@ +HTTP::Server::Simple::Authen is an HTTP::Server::Simple plugin to allow +HTTP authentication. Authentication scheme is pluggable and you can use +whatever Authentication protocol that Authen::Simple supports. diff --git a/www/p5-HTTP-Server-Simple-Authen/Makefile b/www/p5-HTTP-Server-Simple-Authen/Makefile new file mode 100644 index 00000000000..4e937efaa49 --- /dev/null +++ b/www/p5-HTTP-Server-Simple-Authen/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2013/01/14 14:45:23 bouyer Exp $ +# + +DISTNAME= HTTP-Server-Simple-Authen-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/HTTP-Server-Simple-Authen/ +COMMENT= Authentication plugin for HTTP::Server::Simple +LICENSE= ${PERL5_LICENSE} + +DEPENDS+= p5-Authen-Simple-[0-9]*:../../security/p5-Authen-Simple + +REPLACE_PERL= server.pl + +PERL5_PACKLIST= auto/HTTP/Server/Simple/Authen/.packlist +PERL5_MODULE_TYPE= Module::Install::Bundled + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTTP-Server-Simple-Authen/distinfo b/www/p5-HTTP-Server-Simple-Authen/distinfo new file mode 100644 index 00000000000..4ed720c462b --- /dev/null +++ b/www/p5-HTTP-Server-Simple-Authen/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2013/01/14 14:45:23 bouyer Exp $ + +SHA1 (HTTP-Server-Simple-Authen-0.04.tar.gz) = 406d640fa976996377c1fc32ad6f20123082688d +RMD160 (HTTP-Server-Simple-Authen-0.04.tar.gz) = b5204e9ff907463b381d7efe4afc7454f4c54fcf +Size (HTTP-Server-Simple-Authen-0.04.tar.gz) = 2562 bytes |