pkgsrc/textproc/ruby-json/Makefile
taca 4a39bff55c Update ruby-json pacakge to 1.1.3.
2008-07-10 (1.1.3)
  * Wesley Beary <monki@geemus.com> reported a bug in json/add/core's DateTime
    handling: If the nominator and denominator of the offset were divisible by
    each other Ruby's Rational#to_s returns them as an integer not a fraction
    with '/'. This caused a ZeroDivisionError during parsing.
  * Use Date#start and DateTime#start instead of sg method, while
    remaining backwards compatible.
  * Supports ragel >= 6.0 now.
  * Corrected some tests.
  * Some minor changes.
2008-09-15 08:38:01 +00:00

15 lines
430 B
Makefile

# $NetBSD: Makefile,v 1.2 2008/09/15 08:38:01 taca Exp $
DISTNAME= json-1.1.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://json.rubyforge.org/
COMMENT= Native extension implementation of JSON for Ruby
post-extract:
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"