freebsd-ports/devel/rubygem-json/Makefile
Steve Wills b93faaef06 - Fix iconv dependency
PR:		ports/162298
Submitted by:	TAKATSU Tomonari <tota@freebsd.org>
Feature safe:	yes
2011-12-05 03:08:27 +00:00

27 lines
528 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.3
PORTREVISION= 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
RUN_DEPENDS+= ${DEPEND_RUBY_ICONV}
.endif
.include <bsd.port.post.mk>