File: control

package info (click to toggle)
libsendmail-milter-perl 0.18-8
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 184 kB
  • ctags: 102
  • sloc: ansic: 818; perl: 349; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 961 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
Source: libsendmail-milter-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9~), perl (>= 5.8.0-7), libmilter-dev (>= 8.12.10-5)
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Hilko Bengen <bengen@debian.org>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsendmail-milter-perl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsendmail-milter-perl.git
Homepage: http://search.cpan.org/dist/Sendmail-Milter/

Package: libsendmail-milter-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends},
Description: Interface to Sendmail's Mail Filter API
 Sendmail::Milter is a Perl extension to sendmail's Mail Filter API
 (Milter).
 .
 With this module, Perl callbacks can be defined and registered with
 the Milter engine. This module calls those perl callbacks using
 interpreters from a threaded persistent interpreter pool.