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 38 39
|
Source: libcrypt-smime-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-perl-openssl,
libextutils-cchecker-perl,
libextutils-pkgconfig-perl,
libssl-dev,
libtaint-util-perl <!nocheck>,
libtest-exception-perl <!nocheck>,
libtest-pod-coverage-perl <!nocheck>,
libtest-pod-perl <!nocheck>,
libtest-taint-perl <!nocheck>,
openssl <!nocheck>,
perl-openssl-defaults,
perl-xs-dev,
perl:native
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-smime-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-smime-perl.git
Homepage: https://metacpan.org/release/Crypt-SMIME
Rules-Requires-Root: no
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.
|