827216a39e
Net_SMTP 1.6.2 - Fix EHLO response handling for HELO-only servers.
14 lines
371 B
Makefile
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"
|