File: control

package info (click to toggle)
libauthen-simple-net-perl 0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 88 kB
  • ctags: 6
  • sloc: perl: 167; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,092 bytes parent folder | download | duplicates (2)
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: libauthen-simple-net-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Oswald <x.oswald@free.fr>,
           Daniel Lintott <daniel@serverb.co.uk>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: libauthen-simple-perl,
                     perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libauthen-simple-net-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/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.