1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/rubygem-fog-json/Makefile
Sunpoet Po-Chuan Hsieh 41f2e3311a - 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
2014-04-26 18:19:38 +00:00

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>