freebsd-ports/devel/rubygem-fog-json/Makefile
2015-04-08 17:40:50 +00:00

21 lines
481 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fog-json
PORTVERSION= 1.0.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Extraction of the JSON parsing tools between providers
LICENSE= MIT
RUN_DEPENDS= rubygem-fog-core>=1.0:${PORTSDIR}/devel/rubygem-fog-core \
rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>