# New ports collection makefile for:	Ruby replacement for json
# Date created:		Jul 9, 2007
# Whom:			Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD: ports/devel/rubygem-json/Makefile,v 1.3 2007/12/12 06:49:41 clsung Exp $
#

PORTNAME=	json
PORTVERSION=	1.1.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RF

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	Parse JSON texts and generate them from ruby data structures

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/ruby-gems/Makefile.common"
.include <bsd.port.post.mk>
