pkgsrc change: * set LICENSE to modified-bsd. * standarlized order in Makefile. 1.4.1 2017-04-11 13:33 UTC Changelog: * Loosen recognition of "queued as" server response (PR #10) * Bug #20463: domain-literal parsing error * Bug #20513: Mail_smtp::send() doesn't close socket for smtp connection 1.4.0 2017-04-07 13:09 UTC Changelog: Clarified licensing to "New BSD" (3-Clause BSD) * Bug #21082: Inconsistent licensing
16 lines
440 B
Makefile
16 lines
440 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/05/28 11:33:17 taca Exp $
|
|
|
|
DISTNAME= Mail-1.4.1
|
|
CATEGORIES= mail
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
HOMEPAGE= http://pear.php.net/package/Mail
|
|
COMMENT= PHP Class that provides multiple interfaces for sending emails
|
|
LICENSE= modified-bsd
|
|
|
|
CONFLICTS= php-pear-Mail-[0-9]*
|
|
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_SMTP>=1.4.1:../../net/pear-Net_SMTP
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|