File: control

package info (click to toggle)
libauthen-simple-net-perl 0.2-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 84 kB
  • sloc: perl: 167; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,012 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
Source: libauthen-simple-net-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libmodule-build-perl
Build-Depends-Indep: libauthen-simple-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libauthen-simple-net-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libauthen-simple-net-perl.git
Homepage: https://metacpan.org/release/Authen-Simple-Net

Package: libauthen-simple-net-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libauthen-simple-perl
Description: module to use simple NET authentication methods
 Authen::Simple::Net allows you to use NET authentication methods.
 .
 It supports:
  * Simple FTP authentication,
  * Simple POP3 authentication,
  * Simple SMTP authentication.
 .
 It uses the libauthen-simple-perl framework.