19 lines
444 B
Makefile
19 lines
444 B
Makefile
PORTNAME= flipper-active_support_cache_store
|
|
PORTVERSION= 0.28.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= ActiveSupport::Cache store adapter for Flipper
|
|
WWW= https://github.com/jnunemaker/flipper
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activesupport50>=4.2<8:devel/rubygem-activesupport50 \
|
|
rubygem-flipper>=${PORTVERSION}<0.29:devel/rubygem-flipper
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|