freebsd-ports/devel/rubygem-json/Makefile
2008-07-28 09:32:51 +00:00

19 lines
393 B
Makefile

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