diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2008-05-08 11:07:30 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2008-05-08 11:07:30 +0000 |
commit | 2a2fcee37af43bda205c4d041a4df5929e5d95e0 (patch) | |
tree | 5190d49e619c53fe27636132939b28567f22976a /net/Makefile | |
parent | 6c396df1e44d088df7c9ba5fb098ba2e63684080 (diff) |
Add perl client for beanstalkd, in-memory workqueue daemon.
Submitted by: Anton Yuzhaninov <citrin @ citrin.ru> via private email
Notes
Notes:
svn path=/head/; revision=212828
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 |