freebsd-ports/devel/rubygem-json/Makefile
Philip M. Gollucci a756bb9d27 - Update to 1.5.3
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2011-06-25 03:13:19 +00:00

21 lines
465 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.5.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Parse JSON texts and generate them from ruby data structures
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/edit_json.rb bin/prettify_json.rb
.include <bsd.port.mk>