pkgsrc/net/pear-Net_Sieve/Makefile
taca 3fe3ff1bc9 net/pear-Net_Sieve: update to 1.4.4
1.4.4 (2018-09-09 03:19 UTC)

Changelog:

* Fix PHP 7.3: Declaration of case-insensitive constants is deprecated
2018-09-23 14:57:48 +00:00

18 lines
582 B
Makefile

# $NetBSD: Makefile,v 1.17 2018/09/23 14:57:48 taca Exp $
DISTNAME= Net_Sieve-1.4.4
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"