File: control

package info (click to toggle)
php-mail 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 172 kB
  • ctags: 306
  • sloc: php: 1,110; xml: 164; makefile: 58
file content (24 lines) | stat: -rw-r--r-- 906 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
Source: php-mail
Section: php
Priority: optional
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Uploaders: Thijs Kinkhorst <thijs@debian.org>
Build-Depends: debhelper (>= 5.0), quilt
Build-Depends-Indep: php-pear
Vcs-Svn: svn://svn.debian.org/pkg-php/pear/php-mail/trunk
Vcs-Browser: http://svn.debian.org/wsvn/pkg-php/pear/php-mail/trunk
Homepage: http://pear.php.net/package/Mail
Standards-Version: 3.8.4

Package: php-mail
Architecture: all
Depends: php-pear, ${misc:Depends}
Recommends: php-net-smtp
Description: PHP PEAR module for sending email
 PEAR's Mail:: package defines the interface for implementing mailers
 under the PEAR hierarchy, and provides supporting functions useful
 in multiple mailer backends. Currently supported are native PHP mail()
 function, sendmail and SMTP.
 .
 This package also provides a RFC 822 Email address list validation
 utility class.