pkgsrc/net/pear-Net_Sieve/Makefile
obache 69afc4fc53 Update pear-Net_Sieve to 1.3.0.
PR#43555 by Wen Heping

1.3.0
Changelog:

* Add debug handler parameter to constructor.
* Fix LOGIN authentication (Agust?n Eijo, Aleksander Machniak, Bug #17527).

1.2.2
Changelog:

* Fix SASL authentication without Auth_SASL (Bug #17489).
2010-07-07 12:57:56 +00:00

20 lines
618 B
Makefile

# $NetBSD: Makefile,v 1.9 2010/07/07 12:57:56 obache Exp $
DISTNAME= Net_Sieve-1.3.0
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
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"