aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Net_Gearman/Makefile
blob: 0e55942e9dba243b05b1c25d8d7088c8dfc95678 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Gea-Suan Lin <gslin@gslin.org>

PORTNAME=	Net_Gearman
PORTVERSION=	0.2.3
PORTREVISION=	3
CATEGORIES=	devel pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	Gearman client libraray for PHP

LICENSE=	BSD2CLAUSE

BUILD_DEPENDS=	${LOCALBASE}/share/pear/PEAR.php:devel/pear@${PHP_FLAVOR}
RUN_DEPENDS=	${LOCALBASE}/share/pear/PEAR.php:devel/pear@${PHP_FLAVOR}

USE_PHP=	json mbstring sockets
USES=		pear php

.include <bsd.port.mk>