19 lines
435 B
Makefile
19 lines
435 B
Makefile
# 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>
|