summaryrefslogtreecommitdiff
path: root/devel/rubygem-json_pure/Makefile
blob: 2e713b8f77f3f837c23322063972d4edbe49ff7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>