2007-07-09 08:47:38 +02:00
|
|
|
# New ports collection makefile for: Ruby replacement for json
|
|
|
|
# Date created: Jul 9, 2007
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= json
|
2012-07-27 05:09:19 +02:00
|
|
|
PORTVERSION= 1.7.4
|
2007-07-09 08:47:38 +02:00
|
|
|
CATEGORIES= devel rubygems
|
2010-05-26 21:51:34 +02:00
|
|
|
MASTER_SITES= RG
|
2007-07-09 08:47:38 +02:00
|
|
|
|
2010-12-07 20:19:15 +01:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2007-07-09 08:47:38 +02:00
|
|
|
COMMENT= Parse JSON texts and generate them from ruby data structures
|
|
|
|
|
2008-04-06 10:58:21 +02:00
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
2009-02-14 03:16:03 +01:00
|
|
|
RUBYGEM_AUTOPLIST= yes
|
2008-04-06 10:58:21 +02:00
|
|
|
|
2011-07-17 03:15:14 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${RUBY_VER} < 1.9
|
2011-12-05 04:08:27 +01:00
|
|
|
RUN_DEPENDS+= ${DEPEND_RUBY_ICONV}
|
2011-07-17 03:15:14 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|