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

21 lines
421 B
Makefile

# $FreeBSD$
PORTNAME= redis-activesupport
PORTVERSION= 4.1.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Redis store for ActiveSupport::Cache
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-activesupport4>=3:devel/rubygem-activesupport4 \
rubygem-redis-store>=1.1.0:devel/rubygem-redis-store
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>