mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
41f2e3311a
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
21 lines
418 B
Makefile
21 lines
418 B
Makefile
# 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>
|