3b29d88759
This port implemented in C and comes with its own unicode conversion functions and a parser generated by the Ragel State Machine Compiler. WWW: http://json.rubyforge.org/
19 lines
501 B
Makefile
19 lines
501 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.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
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>
|