mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Add rubygem-fog-json 1.0.0
rubygem-fog-json (Fog::Json) provides extraction of the JSON parsing tools shared between a number of providers in the 'fog' gem. WWW: https://github.com/fog/fog-json RG: https://rubygems.org/gems/fog-json
This commit is contained in:
parent
47030464f0
commit
41f2e3311a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352359
@ -4214,6 +4214,7 @@
|
||||
SUBDIR += rubygem-fog
|
||||
SUBDIR += rubygem-fog-brightbox
|
||||
SUBDIR += rubygem-fog-core
|
||||
SUBDIR += rubygem-fog-json
|
||||
SUBDIR += rubygem-font-awesome-rails
|
||||
SUBDIR += rubygem-foreman
|
||||
SUBDIR += rubygem-foreman_api
|
||||
|
20
devel/rubygem-fog-json/Makefile
Normal file
20
devel/rubygem-fog-json/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fog-json
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Extraction of the JSON parsing tools between providers
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
RUN_DEPENDS= rubygem-multi_json>=1:${PORTSDIR}/devel/rubygem-multi_json
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-fog-json/distinfo
Normal file
2
devel/rubygem-fog-json/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/fog-json-1.0.0.gem) = dcd321b42f551a9ed3a2a5d43bdfe703b7588dcac5a9e504577501ba50d52794
|
||||
SIZE (rubygem/fog-json-1.0.0.gem) = 7680
|
5
devel/rubygem-fog-json/pkg-descr
Normal file
5
devel/rubygem-fog-json/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
rubygem-fog-json (Fog::Json) provides extraction of the JSON parsing tools
|
||||
shared between a number of providers in the 'fog' gem.
|
||||
|
||||
WWW: https://github.com/fog/fog-json
|
||||
RG: https://rubygems.org/gems/fog-json
|
Loading…
Reference in New Issue
Block a user