summaryrefslogtreecommitdiff
path: root/net/pear-Net_Sieve/Makefile
blob: 1d0ea03e604d9dcea50229a82e09543a64f7819c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.5 2009/07/17 18:00:21 adrianp Exp $

DISTNAME=	Net_Sieve-1.1.1
CATEGORIES+=	net
PKGREVISION=	1

MAINTAINER=	pkgsrc-users@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"