blob: f127c457647933c19c2d2e832f88731378ad09f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.3 2006/06/04 16:26:54 joerg 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
CONFLICTS= php-pear-Net_Sieve-[0-9]*
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_Socket>=1.0.0:../../net/pear-Net_Socket
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"
|