opnsense-ports/databases/rubygem-em-redis-unified/Makefile
Franco Fichtner 2800bb8601 */*: sync with upstream
Taken from: HardenedBSD
2019-09-04 06:20:32 +02:00

20 lines
354 B
Makefile

# $FreeBSD$
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>