opnsense-ports/databases/rubygem-em-redis-unified/Makefile
Franco Fichtner 0eb428a8f5 */*: sync with upstream
Taken from: FreeBSD
2016-04-28 07:17:55 +02:00

19 lines
351 B
Makefile

# $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
NO_ARCH= yes
.include <bsd.port.mk>