freebsd-ports/devel/rubygem-json_pure/Makefile
Philip M. Gollucci 4f3f25c5c3 - Update to 1.6.5
PR:             ports/164633
Submitted by:   TAKATSU Tomonari <tota@freebsd.org>
With Hat:       ruby@
Sponsored by:   RideCharge Inc. / TaxiMagic
2012-02-08 03:30:02 +00:00

28 lines
592 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.6.5
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Parse JSON texts and generate them from ruby data structures in Ruby
RUN_DEPENDS= rubygem-spruz>=0.1.0:${PORTSDIR}/devel/rubygem-spruz
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>