mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 00:39:15 -04:00
19 lines
348 B
Makefile
19 lines
348 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= redis-store
|
|
PORTVERSION= 1.1.4
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Namespaced Redis stores for Ruby web frameworks
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-redis>=2.2:${PORTSDIR}/databases/rubygem-redis
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|