1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/databases/p5-RedisDB/Makefile
Jun Kuriyama 895fe0cbfa This module provides interface to access redis key-value store, it
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/
2014-03-18 09:16:50 +00:00

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>