aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2013-07-17 19:27:53 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2013-07-17 19:27:53 +0000
commit1da0d8ca92e2bf75848a88643ac814bea0941694 (patch)
tree10af22a5258fec74507b19ef43678971506e3554 /devel/Makefile
parent9cc5f670f86d5bd5b5aaed96e821cc614a74d5d4 (diff)
downloadports-1da0d8ca92e2bf75848a88643ac814bea0941694.tar.gz
ports-1da0d8ca92e2bf75848a88643ac814bea0941694.zip
Gearman provides a generic framework to farm out work to other
machines or dispatch function calls to machines 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 for database replication. WWW: http://www.gearman.org/
Notes
Notes: svn path=/head/; revision=323184
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7d61a952e847..c10da978d0aa 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -534,6 +534,7 @@
SUBDIR += geany-plugins
SUBDIR += geany-plugins-l10n
SUBDIR += gearmand
+ SUBDIR += gearmand-devel
SUBDIR += gecode
SUBDIR += generate
SUBDIR += generatorrunner