Add databases/p5-AnyEvent-Redis 0.23, a non-blocking

databases/redis client for Perl.

Feature safe:	yes
This commit is contained in:
Anton Berezin 2011-01-25 20:20:24 +00:00
parent 0bf98acfbc
commit 18b5bfcb70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268232
5 changed files with 42 additions and 0 deletions

View File

@ -263,6 +263,7 @@
SUBDIR += oracle_odbc_driver
SUBDIR += p5-Amazon-SimpleDB
SUBDIR += p5-AnyEvent-DBD-Pg
SUBDIR += p5-AnyEvent-Redis
SUBDIR += p5-ApacheDBILogConfig
SUBDIR += p5-ApacheDBILogger
SUBDIR += p5-AsciiDB-TagFile

View File

@ -0,0 +1,29 @@
# New ports collection makefile for: databases/p5-AnyEvent-Redis
# Date created: 25 January 2011
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= AnyEvent-Redis
PORTVERSION= 0.23
CATEGORIES= databases perl5
MASTER_SITES= CPAN/../../authors/id/D/DG/DGL
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= AnyEvent::Redis - Non-blocking Redis client
BUILD_DEPENDS= p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent
RUN_DEPENDS= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-TCP>=1.03:${PORTSDIR}/devel/p5-Test-TCP \
redis>=0:${PORTSDIR}/databases/redis
PERL_CONFIGURE= yes
MAN3= AnyEvent::Redis.3 \
AnyEvent::Redis::Protocol.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (AnyEvent-Redis-0.23.tar.gz) = fe7b7d80077e86500e09a9218eea62499f89daeb28a1b2ab9cc0a6f15823fd64
SIZE (AnyEvent-Redis-0.23.tar.gz) = 30523

View File

@ -0,0 +1,3 @@
AnyEvent::Redis is a non-blocking (event-driven) Redis client.
WWW: http://search.cpan.org/dist/AnyEvent-Redis/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/AnyEvent/Redis.pm
%%SITE_PERL%%/AnyEvent/Redis/Protocol.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Redis/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Redis
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent
@dirrmtry %%SITE_PERL%%/AnyEvent/Redis
@dirrmtry %%SITE_PERL%%/AnyEvent