File: control

package info (click to toggle)
libcatalyst-authentication-store-htpasswd-perl 1.004-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 236 kB
  • ctags: 135
  • sloc: perl: 1,539; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,356 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
22
23
24
25
26
27
28
29
30
Source: libcatalyst-authentication-store-htpasswd-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Christopher Hoskin <christopher.hoskin@gmail.com>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libauthen-htpasswd-perl,
 libcatalyst-plugin-authentication-perl,
 libclass-accessor-perl,
 libcrypt-passwdmd5-perl,
 libtest-www-mechanize-catalyst-perl,
 perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | libtest-use-ok-perl,
 perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatalyst-authentication-store-htpasswd-perl.git
Homepage: https://metacpan.org/release/Catalyst-Authentication-Store-Htpasswd
Testsuite: autopkgtest-pkg-perl

Package: libcatalyst-authentication-store-htpasswd-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libauthen-htpasswd-perl,
 libcatalyst-plugin-authentication-perl,
 libclass-accessor-perl,
 libcrypt-passwdmd5-perl
Description: Authen::Htpasswd based user storage/authentication
 Catalyst::Authentication::Store::Htpasswd is a plugin for the Catalyst MVC web
 framework which enables Catalyst applications to use <.htpasswd> files for 
 authentication storage.