aboutsummaryrefslogtreecommitdiff
path: root/devel/php-Net_Gearman/Makefile
blob: b56b643272974a628ab9a2436ad1e22c80f92873 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	php-Net_Gearman
# Date created:		2008-01-10
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	Net_Gearman
PORTVERSION=	0.0.4
CATEGORIES=	devel
MASTER_SITES=	http://bugs.joestump.net/code/Net_Gearman/
PKGNAMEPREFIX=	php-
EXTRACT_SUFX=	.tgz

MAINTAINER=	gslin@gslin.org
COMMENT=	Gearman client libraray for PHP

RUN_DEPENDS=	${LOCALBASE}/share/pear/PEAR.php:${PORTSDIR}/devel/pear

NO_BUILD=	yes
USE_PHP=	yes

do-install:
	${MKDIR} ${DATADIR}
	${CP} -R ${WRKSRC}/Net ${DATADIR}
	${MKDIR} ${EXAMPLESDIR}
	${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}

.include <bsd.port.mk>