blob: 32fef27cc893af8a0c9c5b9c7d2f86494306861f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= em-redis-unified
PORTVERSION= 1.0.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Eventmachine-based implementation of the Redis protocol
WWW= https://github.com/portertech/em-redis
LICENSE= MIT
RUN_DEPENDS= rubygem-eventmachine>=0.12.10:devel/rubygem-eventmachine
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|