Prune devel/py-EnthoughtBase
[dports.git] / devel / pear-Net_Gearman / Makefile
1 # Created by: Gea-Suan Lin <gslin@gslin.org>
2 # $FreeBSD$
3
4 PORTNAME=       Net_Gearman
5 PORTVERSION=    0.2.3
6 PORTREVISION=   3
7 CATEGORIES=     devel pear
8
9 MAINTAINER=     gasol.wu@gmail.com
10 COMMENT=        Gearman client libraray for PHP
11
12 LICENSE=        BSD2CLAUSE
13
14 BUILD_DEPENDS=  ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear
15 RUN_DEPENDS=    ${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear
16
17 USE_PHP=        json mbstring sockets
18 USES=           pear
19
20 .include <bsd.port.mk>