diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2008-05-08 19:07:30 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2008-05-08 19:07:30 +0800 |
commit | e24d3bba86981d07f1b00d5aa4a1279bbc699423 (patch) | |
tree | 1fad09adbe991755f7693c6e858dd6b0a10d2e4e /net/Makefile | |
parent | 4300c14941a2c5cb262184657a09cfa3aa1f0655 (diff) | |
download | freebsd-ports-gnome-e24d3bba86981d07f1b00d5aa4a1279bbc699423.tar.gz freebsd-ports-gnome-e24d3bba86981d07f1b00d5aa4a1279bbc699423.tar.zst freebsd-ports-gnome-e24d3bba86981d07f1b00d5aa4a1279bbc699423.zip |
Add perl client for beanstalkd, in-memory workqueue daemon.
Submitted by: Anton Yuzhaninov <citrin @ citrin.ru> via private email
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index aee6a984bcd3..b860b7b716b4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -590,6 +590,7 @@ SUBDIR += p5-Parallel-MPI SUBDIR += p5-Parallel-Pvm SUBDIR += p5-PlRPC + SUBDIR += p5-Queue-Beanstalk SUBDIR += p5-REST-Application SUBDIR += p5-REST-Google SUBDIR += p5-RPC-Simple |