File: control

package info (click to toggle)
libauthen-simple-net-perl 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 88 kB
  • ctags: 6
  • sloc: perl: 167; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 980 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
Source: libauthen-simple-net-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Oswald <x.oswald@free.fr>,
 Daniel Lintott <daniel@serverb.co.uk>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: libauthen-simple-perl,
 perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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.