1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/databases/rubygem-redis-namespace/Makefile

22 lines
411 B
Makefile

# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= redis-namespace
PORTVERSION= 1.6.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby client class for Redis with namespace support
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-redis>=3.0.4:databases/rubygem-redis
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>