opnsense-ports/databases/rubygem-em-redis-unified/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

18 lines
372 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
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>