pkgsrc/net/pear-Net_SMTP/Makefile
taca 827216a39e Update pear-Net_SMTP to 1.6.2
Net_SMTP 1.6.2

- Fix EHLO response handling for HELO-only servers.
2013-07-12 00:10:04 +00:00

14 lines
371 B
Makefile

# $NetBSD: Makefile,v 1.18 2013/07/12 00:10:04 taca Exp $
DISTNAME= Net_SMTP-1.6.2
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"