mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
20 lines
490 B
Makefile
20 lines
490 B
Makefile
PORTNAME= flipper-active_support_cache_store
|
|
PORTVERSION= 1.3.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= ActiveSupport::Cache feature flag cache adapter for Flipper
|
|
WWW= https://www.flippercloud.io/ \
|
|
https://github.com/flippercloud/flipper
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activesupport71>=4.2<8:devel/rubygem-activesupport71 \
|
|
rubygem-flipper>=${PORTVERSION}<1.4:devel/rubygem-flipper
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|