freebsd-ports/databases/rubygem-em-redis-unified/Makefile

20 lines
351 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= em-redis-unified
PORTVERSION= 1.0.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ports@FreeBSD.org
COMMENT= Eventmachine-based implementation of the Redis protocol
LICENSE= MIT
RUN_DEPENDS= rubygem-eventmachine>=0.12.10:devel/rubygem-eventmachine
USE_RUBY= yes
USES= gem
2016-02-10 14:48:09 +01:00
NO_ARCH= yes
.include <bsd.port.mk>