freebsd-ports/devel/rubygem-redis-store/Makefile

19 lines
343 B
Makefile

PORTNAME= redis-store
PORTVERSION= 1.9.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Namespaced Redis stores for Ruby web frameworks
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-redis>=4<5:databases/rubygem-redis
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>