diff --git a/devel/pear-Net_Gearman/Makefile b/devel/pear-Net_Gearman/Makefile index 7a214daa33fe..b80cd1d1c7ee 100644 --- a/devel/pear-Net_Gearman/Makefile +++ b/devel/pear-Net_Gearman/Makefile @@ -1,19 +1,18 @@ # Created by: Gea-Suan Lin PORTNAME= Net_Gearman PORTVERSION= 0.2.3 PORTREVISION= 3 CATEGORIES= devel pear MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Gearman client libraray for PHP +COMMENT= PHP interface to Gearman LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:devel/pear@${PHP_FLAVOR} -RUN_DEPENDS= ${LOCALBASE}/share/pear/PEAR.php:devel/pear@${PHP_FLAVOR} - +USES= pear USE_PHP= json mbstring sockets -USES= pear php + +NO_ARCH= yes .include diff --git a/devel/pear-Net_Gearman/pkg-descr b/devel/pear-Net_Gearman/pkg-descr index bbeebe9c98b2..f61fa78015d3 100644 --- a/devel/pear-Net_Gearman/pkg-descr +++ b/devel/pear-Net_Gearman/pkg-descr @@ -1,3 +1,11 @@ -Gearman client library for PHP. +Gearman provides a generic application framework to farm out work to other +machines or processes that are better suited to do the work. It allows you to do +work in parallel, to load balance processing, and to call functions between +languages. It can be used in a variety of applications, from high-availability +web sites to the transport of database replication events. In other words, it is +the nervous system for how distributed processing communicates. + +This package provides an interface for PHP to communicate with the Gearman +server. WWW: https://pear.php.net/package/Net_Gearman