freebsd-ports/devel/rubygem-json_pure/Makefile
Philip M. Gollucci f1bd2023de - Update to 1.4.6
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2010-09-09 06:09:36 +00:00

21 lines
468 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.4.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@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>