mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add rubygem-flipper-active_support_cache_store013 0.13.0 (copied from rubygem-flipper-active_support_cache_store)
- Update RUN_DEPENDS - Add PORTSCOUT
This commit is contained in:
parent
1bd15f974d
commit
84569b49e9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=466581
4 changed files with 31 additions and 0 deletions
|
@ -5471,6 +5471,7 @@
|
|||
SUBDIR += rubygem-flipper
|
||||
SUBDIR += rubygem-flipper-active_support_cache_store
|
||||
SUBDIR += rubygem-flipper-active_support_cache_store011
|
||||
SUBDIR += rubygem-flipper-active_support_cache_store013
|
||||
SUBDIR += rubygem-flipper011
|
||||
SUBDIR += rubygem-flipper013
|
||||
SUBDIR += rubygem-fluent-logger
|
||||
|
|
24
devel/rubygem-flipper-active_support_cache_store013/Makefile
Normal file
24
devel/rubygem-flipper-active_support_cache_store013/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= flipper-active_support_cache_store
|
||||
PORTVERSION= 0.13.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 013
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= ActiveSupport::Cache store adapter for Flipper
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-activesupport4>=3.2:devel/rubygem-activesupport4 \
|
||||
rubygem-flipper013>=${PORTVERSION}:devel/rubygem-flipper013
|
||||
|
||||
PORTSCOUT= limit:^0\.13\.
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1520176943
|
||||
SHA256 (rubygem/flipper-active_support_cache_store-0.13.0.gem) = f3314662bf1a85c3a9d56e7380bda91110445a997075e36da06735055d9df17e
|
||||
SIZE (rubygem/flipper-active_support_cache_store-0.13.0.gem) = 7680
|
|
@ -0,0 +1,3 @@
|
|||
ActiveSupport::Cache store adapter for Flipper
|
||||
|
||||
WWW: https://github.com/jnunemaker/flipper
|
Loading…
Add table
Reference in a new issue