7741d1ad58
The VRFY command now accepts 252 as a valid response code. (Bug 5083) The mailFrom() and rcptTo() methods now support additional arbitrary parameters. (Request 6339) Upgraded to package.xml version 2 (via package2.xml). Updated the license to PHP 3.0.1. Allow auth via STARTTLS if PHP supports it (requires Net_Socket 1.0.7) (Johan Ohrn, johan@oern.mine.nu). We now use package.xml version 2 exclusively. Skip unit tests when the configuration file is not available. Fixing a protocol error when performing DIGEST-MD5 authentication. (Bug 12206) Add getServiceExtensions (slusarz@curecanti.org, Bug 13763)
14 lines
369 B
Makefile
14 lines
369 B
Makefile
# $NetBSD: Makefile,v 1.8 2008/04/30 19:32:34 adrianp Exp $
|
|
|
|
DISTNAME= Net_SMTP-1.3.0
|
|
CATEGORIES+= net mail
|
|
|
|
MAINTAINER= jdolecek@NetBSD.org
|
|
COMMENT= PHP classes to provide SMTP Interface
|
|
|
|
CONFLICTS= php-pear-Net_SMTP-[0-9]*
|
|
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.7:../../net/pear-Net_Socket
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|