ports/devel/rubygem-redis-store/Makefile
Sunpoet Po-Chuan Hsieh 9bf2c3c7e3 - Add LICENSE
- Remove contiguous blank lines
2013-11-30 18:29:57 +00:00

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>