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/p5-Queue-Beanstalk | |
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/p5-Queue-Beanstalk')
-rw-r--r-- | net/p5-Queue-Beanstalk/Makefile | 24 | ||||
-rw-r--r-- | net/p5-Queue-Beanstalk/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Queue-Beanstalk/pkg-descr | 4 |
3 files changed, 31 insertions, 0 deletions
diff --git a/net/p5-Queue-Beanstalk/Makefile b/net/p5-Queue-Beanstalk/Makefile new file mode 100644 index 000000000000..a2edca5afad4 --- /dev/null +++ b/net/p5-Queue-Beanstalk/Makefile @@ -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> diff --git a/net/p5-Queue-Beanstalk/distinfo b/net/p5-Queue-Beanstalk/distinfo new file mode 100644 index 000000000000..b540bf2c8bec --- /dev/null +++ b/net/p5-Queue-Beanstalk/distinfo @@ -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 diff --git a/net/p5-Queue-Beanstalk/pkg-descr b/net/p5-Queue-Beanstalk/pkg-descr new file mode 100644 index 000000000000..c5d706bdc20c --- /dev/null +++ b/net/p5-Queue-Beanstalk/pkg-descr @@ -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/ |