blob: 6a12a4312e58a6a9a6da68eaaad6dd2b32a417c2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.2 2006/06/02 18:27:57 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"
|