2008-10-07 07:49:20 +02:00
|
|
|
# New ports collection makefile for: devel/json_pure
|
|
|
|
# Date created: Oct 7, 2008
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= json_pure
|
2009-07-26 03:15:06 +02:00
|
|
|
PORTVERSION= 1.1.7
|
2008-10-07 07:49:20 +02:00
|
|
|
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
|
2009-02-14 03:16:03 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2009-05-21 05:47:35 +02:00
|
|
|
PLIST_FILES= bin/edit_json.rb bin/prettify_json.rb
|
2008-10-07 07:49:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|