freebsd-ports/devel/rubygem-flipper-active_support_cache_store/Makefile
2018-08-02 23:42:45 +00:00

21 lines
468 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= flipper-active_support_cache_store
PORTVERSION= 0.16.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= ActiveSupport::Cache store adapter for Flipper
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport4>=3.2:devel/rubygem-activesupport4 \
rubygem-flipper>=${PORTVERSION}:devel/rubygem-flipper
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>