pkgsrc/net/pear-Net_Sieve/Makefile
taca d2b2dc44c6 Update to pear-Net_Sieve to 1.3.3.
Release date: 2014-09-26 09:35 UTC
Release state: stable

Changelog:

* Fix notices from non-static calling of PEAR methods.
* Fix reading OK responses with string literal messages.
2014-10-25 15:22:17 +00:00

18 lines
582 B
Makefile

# $NetBSD: Makefile,v 1.12 2014/10/25 15:22:17 taca Exp $
DISTNAME= Net_Sieve-1.3.3
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"