freebsd-ports/devel/rubygem-json_pure/Makefile
Cheng-Lung Sung ffaa224447 - Parse JSON texts and generate them from ruby data structures in Ruby
- like rubygem-json, but implemented in pure Ruby
2008-10-07 05:49:20 +00:00

20 lines
421 B
Makefile

# New ports collection makefile for: devel/json_pure
# Date created: Oct 7, 2008
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= json_pure
PORTVERSION= 1.1.3
CATEGORIES= devel rubygems
MASTER_SITES= RF
MASTER_SITE_SUBDIR= json
MAINTAINER= clsung@FreeBSD.org
COMMENT= Parse JSON texts and generate them from ruby data structures in Ruby
USE_RUBY= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>