File: control

package info (click to toggle)
libhttp-server-simple-authen-perl 0.04-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 52 kB
  • ctags: 8
  • sloc: perl: 48; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 802 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: libhttp-server-simple-authen-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: libauthen-simple-perl (>= 0.04),
 libhttp-server-simple-perl (>= 0.16),
 perl
Maintainer: Gonéri Le Bouder <goneri@rulezlan.org>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/HTTP-Server-Simple-Authen/

Package: libhttp-server-simple-authen-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libauthen-simple-perl (>= 0.04),
 libhttp-server-simple-perl (>= 0.16),
 perl
Description: Authentication plugin for HTTP::Server::Simple
 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.