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.
This commit is contained in:
parent
a141b5babd
commit
46cb936f8a
3 changed files with 30 additions and 0 deletions
3
www/p5-HTTP-Server-Simple-Authen/DESCR
Normal file
3
www/p5-HTTP-Server-Simple-Authen/DESCR
Normal file
|
@ -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.
|
22
www/p5-HTTP-Server-Simple-Authen/Makefile
Normal file
22
www/p5-HTTP-Server-Simple-Authen/Makefile
Normal file
|
@ -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"
|
5
www/p5-HTTP-Server-Simple-Authen/distinfo
Normal file
5
www/p5-HTTP-Server-Simple-Authen/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue