4e31f4347b
1.7.1 Release date: 2015-09-07 18:05 UTC Changelog: - Fix a syntax error in the quotedata() test. - Fix an undefined value resulting from a bad merge. (#23) - Add TLSv1.1 and TLSv1.2 support for STARTTLS connections. (#22) 1.7.0 Release date: 2015-09-06 19:20 UTC Changelog: - This version drops PHP 4 support in favor of more modern PHP language constructs.
14 lines
371 B
Makefile
14 lines
371 B
Makefile
# $NetBSD: Makefile,v 1.20 2015/09/13 04:28:11 taca Exp $
|
|
|
|
DISTNAME= Net_SMTP-1.7.1
|
|
CATEGORIES+= net mail
|
|
|
|
MAINTAINER= pkgsrc-users@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"
|