ac9e166d4b
1.4.1 2017-05-26 13:53 UTC Changelog: * Use 8bit instead of latin1 for string length in bytes calculation * Extend listScripts() so it's possible to get an active script name in one go * Request #20491: Skip redundant CAPABILITY requests 1.4.0 2017-05-21 06:23 UTC Changelog: * Dropped PHP4 support, fixed PHP7 warnings * Fixed E_DEPRECATED warning on Auth_SASL::factory() call * Enable later TLS versions
18 lines
582 B
Makefile
18 lines
582 B
Makefile
# $NetBSD: Makefile,v 1.14 2017/05/28 11:24:59 taca Exp $
|
|
|
|
DISTNAME= Net_Sieve-1.4.1
|
|
CATEGORIES+= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://pear.php.net/package/Net_Sieve/
|
|
COMMENT= PHP classes that handles talking to timsieved
|
|
LICENSE= modified-bsd
|
|
|
|
CONFLICTS= php-pear-Net_Sieve-[0-9]*
|
|
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.0:../../net/pear-Net_Socket
|
|
# optional for DIGEST-MD5 and CRAM-MD5 SASL Authentication
|
|
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Auth_SASL>=1.0.0:../../mail/pear-Auth_SASL
|
|
|
|
.include "../../lang/php/pear.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|