1b920d849e
Upstream changes: Changelog: Added composer support. Added Travis CI test support. Updated code to use PHP 5 method signatures. Implemented requests: * #17888, #17865: Reduce peak memory usage when using the smtp/smtpmx backend [alec] * Ability to pass socket options to Net_SMTP Fixed bugs: * #18109: New "pipelining" parameter for SMTP backend never used [alec] * #17317: Invalid periods in mailbox not marked as invalid [alec] * #17388: Deprecated assigning the return value of new by reference [alec] * #17866, #20424, #12071, #17553: Non-static method Mail_RFC822::parseAddressList called statically [alec] * #17178: Mail_RFC822::parseAddressList does not accept RFC-valid empty-group syntax [alec]
15 lines
417 B
Makefile
15 lines
417 B
Makefile
# $NetBSD: Makefile,v 1.13 2016/09/05 03:04:40 wen Exp $
|
|
|
|
DISTNAME= Mail-1.3.0
|
|
CATEGORIES= mail
|
|
|
|
CONFLICTS= php-pear-Mail-[0-9]*
|
|
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.4.1:../../net/pear-Net_SMTP
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
HOMEPAGE= http://pear.php.net/package/Mail
|
|
COMMENT= PHP Class that provides multiple interfaces for sending emails
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|