2017-12-16 21:54:23 +01:00
|
|
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= flipper-active_support_cache_store
|
2018-08-03 01:42:45 +02:00
|
|
|
PORTVERSION= 0.16.0
|
2017-12-16 21:54:23 +01:00
|
|
|
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>
|