Files
bsdports/_unused/rubygem-json1/Makefile
2019-12-26 07:26:06 +00:00

18 lines
382 B
Makefile

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