freebsd-ports/devel/rubygem-json_pure/Makefile
Cheng-Lung Sung d7009ac6f0 - Update to 1.1.6
PR:		ports/134673
Submitted by:	pgollucci
2009-05-21 03:47:35 +00:00

22 lines
495 B
Makefile

# New ports collection makefile for: devel/json_pure
# Date created: Oct 7, 2008
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= json_pure
PORTVERSION= 1.1.6
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
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/edit_json.rb bin/prettify_json.rb
.include <bsd.port.mk>