aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2008-01-14 01:15:02 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2008-01-14 01:15:02 +0000
commitc5ea6bf540e76ab4cd555e152500e268beb0832d (patch)
tree754d5131d65769a35de89dfc067e33ac3c25f3fe /devel/Makefile
parentf064527d9f5b57fcd238b859e717c7ee339f1294 (diff)
TheSchwartz is a reliable job queue system. Your application can put
jobs into the system, and your worker processes can pull jobs from the queue atomically to perform. Failed jobs can be left in the queue to retry later. WWW: http://search.cpan.org/dist/TheSchwartz/ PR: ports/119549 Submitted by: Gean-Suan Lin <gslin@gslin.org> Approved by: stas (mentor, implicit)
Notes
Notes: svn path=/head/; revision=205608
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 eb7323322c50..501536b13389 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1639,6 +1639,7 @@
SUBDIR += p5-Test-use-ok
SUBDIR += p5-Text-LevenshteinXS
SUBDIR += p5-Text-vFile-asData
+ SUBDIR += p5-TheSchwartz
SUBDIR += p5-Thread-Apartment
SUBDIR += p5-Thread-Pool-Simple
SUBDIR += p5-Thread-Queue-Duplex