Add perl client for beanstalkd, in-memory workqueue daemon.

Submitted by:	Anton Yuzhaninov <citrin @ citrin.ru> via private email
This commit is contained in:
Vsevolod Stakhov 2008-05-08 11:07:30 +00:00
parent 6c396df1e4
commit 2a2fcee37a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212828
4 changed files with 32 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,24 @@
# New ports collection makefile for: p5-Queue-Beanstalk
# Date created: 2008-05-06
# Whom: Anton Yuzhaninov <citrin@citrin.ru>
#
# $FreeBSD$
#
PORTNAME= Queue-Beanstalk
PORTVERSION= 0.02
CATEGORIES= net
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= citrin@citrin.ru
COMMENT= Client for beanstalkd, in-memory workqueue daemon
PERL_CONFIGURE= yes
PERL_MODBUILD= yes
MAN3= Queue::Beanstalk.3
PLIST_FILES= "%%SITE_PERL%%/Queue/Beanstalk.pm"
PLIST_FILES+= "@dirrmtry %%SITE_PERL%%/Queue"
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Queue-Beanstalk-0.02.tar.gz) = b39d70a0e4cb3f3e806bff223dbe79ac
SHA256 (Queue-Beanstalk-0.02.tar.gz) = 71092037c786f84f414950750d8e7798932968ba0a28c268e724cb5739f492c2
SIZE (Queue-Beanstalk-0.02.tar.gz) = 6760

View file

@ -0,0 +1,4 @@
Queue::Beanstalk is a Perl client for beanstalkd, a fast, distributed,
in-memory workqueue daemon.
WWW: http://search.cpan.org/dist/Queue-Beanstalk/