freebsd-ports/devel/rubygem-json/Makefile

20 lines
393 B
Makefile
Raw Normal View History

# New ports collection makefile for: Ruby replacement for json
# Date created: Jul 9, 2007
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= json
2008-07-28 11:32:51 +02:00
PORTVERSION= 1.1.3
CATEGORIES= devel rubygems
2007-12-12 07:49:41 +01:00
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>