mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
cf118ccf87
Reported by: lwhsu
19 lines
341 B
Makefile
19 lines
341 B
Makefile
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
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-eventmachine>=0.12.10:devel/rubygem-eventmachine
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|