pkgsrc/net/pear-Net_Sieve/Makefile
adrianp 5b903ee21b Provides an API to talk to the timsieved server that comes
with Cyrus IMAPd. Can be used to install, remove, mark active etc
sieve scripts.
2006-03-31 21:54:16 +00:00

13 lines
370 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/03/31 21:54:16 adrianp Exp $
DISTNAME= Net_Sieve-1.1.1
CATEGORIES+= net
MAINTAINER= adrianp@NetBSD.org
HOMEPAGE= http://pear.php.net/package/Net_Sieve/
COMMENT= PHP classes that handles talking to timsieved
DEPENDS+= pear-Net_Socket>=1.0.0:../../net/pear-Net_Socket
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"