1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/rubygem-json/Makefile
2011-10-27 03:02:52 +00:00

27 lines
502 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.6.1
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
.include <bsd.port.pre.mk>
.if ${RUBY_VER} < 1.9
USE_RUBY_FEATURES= iconv
.endif
.include <bsd.port.post.mk>