mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 23:00:30 -04:00
23 lines
509 B
Makefile
23 lines
509 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= flipper-active_support_cache_store
|
|
PORTVERSION= 0.21.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -rails61
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= ActiveSupport::Cache store adapter for Flipper
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-activesupport61>=5.0<7:devel/rubygem-activesupport61 \
|
|
rubygem-flipper021>=${PORTVERSION}<0.22:devel/rubygem-flipper021
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|