4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
20 lines
417 B
Makefile
20 lines
417 B
Makefile
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_Gearman
|
|
PORTVERSION= 0.2.3
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel pear
|
|
|
|
MAINTAINER= gasol.wu@gmail.com
|
|
COMMENT= Gearman client libraray for PHP
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:devel/pear
|
|
RUN_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:devel/pear
|
|
|
|
USE_PHP= json mbstring sockets
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|