freebsd-ports/devel/rubygem-json_pure/Makefile
Stanislav Sedov ed94faf651 - Add missing dependency for iconv for ruby18.
- Bump portrevision.

PR:		ports/158984
Submitted by:	TAKATSU Tomonari <tota@freebsd.org>
2011-07-17 01:15:14 +00:00

28 lines
572 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.5.3
PORTREVISION= 1
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.pre.mk>
.if ${RUBY_VER} < 1.9
USE_RUBY_FEATURES= iconv
.endif
.include <bsd.port.post.mk>