blob: 3e0d49f42a50b2acecb663b68074a07de1c27b19 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= flipper-active_support_cache_store
PORTVERSION= 0.28.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails70
MAINTAINER= ruby@FreeBSD.org
COMMENT= ActiveSupport::Cache store adapter for Flipper
WWW= https://github.com/jnunemaker/flipper
LICENSE= MIT
RUN_DEPENDS= rubygem-activesupport70>=4.2<8:devel/rubygem-activesupport70 \
rubygem-flipper-gitlab>=${PORTVERSION}<0.29:devel/rubygem-flipper-gitlab
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|