mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
895fe0cbfa
transparently handles disconnects and forks, supports transactions, pipelining, and subscription mode. Module includes XS and pure Perl versions of the parser. WWW: http://search.cpan.org/dist/RedisDB/
21 lines
413 B
Makefile
21 lines
413 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= RedisDB
|
|
PORTVERSION= 2.30
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to access redis database
|
|
|
|
RUN_DEPENDS= \
|
|
p5-RedisDB-Parser>=2.2:${PORTSDIR}/databases/p5-RedisDB-Parser \
|
|
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|