File: control

package info (click to toggle)
libcrypt-smime-perl 0.19-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 252 kB
  • ctags: 19
  • sloc: perl: 595; makefile: 3
file content (37 lines) | stat: -rw-r--r-- 1,508 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
31
32
33
34
35
36
37
Source: libcrypt-smime-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
               libextutils-cchecker-perl,
               libextutils-pkgconfig-perl,
               libssl-dev,
               libtaint-util-perl,
               libtest-dependencies-perl,
               libtest-exception-perl,
               libtest-pod-coverage-perl,
               libtest-pod-perl,
               libtest-taint-perl,
               openssl,
               perl-openssl-defaults,
               perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcrypt-smime-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcrypt-smime-perl.git
Homepage: https://metacpan.org/release/Crypt-SMIME
Testsuite: autopkgtest-pkg-perl

Package: libcrypt-smime-perl
Architecture: any
Depends: ${misc:Depends},
         ${perl:Depends},
         ${shlibs:Depends}
Description: S/MIME message signing, verification, encryption and decryption module
 Crypt::SMIME provides a class for handling S/MIME messages. It can sign,
 verify, encrypt and decrypt messages.
 .
 Crypt::SMIME operates on email messages as simple strings, so there's no
 particular integration with other MAIL::* or MIME::* modules. Rather, it
 can co-operate with any module capable of accepting / outputting the entire
 message as a single string.