Files
bsdports/ruby/rubygem-json_pure/Makefile
2019-12-26 07:26:06 +00:00

17 lines
394 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD: head/devel/rubygem-json_pure/Makefile 438875 2017-04-19 14:41:14Z sunpoet $
PORTNAME= json_pure
PORTVERSION= 2.1.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Parse JSON texts and generate them from ruby data structures in Ruby
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>