freebsd-ports/devel/p5-Gearman-Server/Makefile
Cheng-Lung Sung 716beec482 Gearman is a system to farm out work to other machines, dispatching function
calls to machines that are better suited to do work, to do work in parallel,
to load balance lots of function calls, or to call functions between
languages.

This is the server daemon component.  The bridge between workers (clients who
can do work) and callers (clients who want work done).  You should run several
of these, at least two, for both load balancing and high availability.

WWW: http://search.cpan.org/dist/Gearman-Server/

PR:		ports/116050
Submitted by:	Tomoyuki Sakurai <cherry at trombik.org>
2007-09-08 08:17:15 +00:00

31 lines
727 B
Makefile

# New ports collection makefile for: p5-Gearman-Server
# Date created: 2007-09-03
# Whom: Tomoyuki Sakurai <cherry@trombik.org>
#
# $FreeBSD$
#
PORTNAME= Gearman-Server
PORTVERSION= 1.09
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../by-authors/id/B/BR/BRADFITZ
PKGNAMEPREFIX= p5-
MAINTAINER= vivek@khera.org
COMMENT= Gearman server daemon
RUN_DEPENDS= p5-Gearman>=1.0:${PORTSDIR}/devel/p5-Gearman \
p5-Danga-Socket>=1.52:${PORTSDIR}/devel/p5-Danga-Socket
BUILD_DEPENDS+= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN1= gearmand.1
MAN3= Gearman::Server.3 Gearman::Server::Client.3
USE_RC_SUBR= gearmand
SUB_LIST+= NAME=gearmand
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>