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