e66df1178f
2013-05-13 (1.8.0) * Fix https://github.com/flori/json/issues/162 reported by Marc-Andre Lafortune <github_rocks@marc-andre.ca>. Thanks! * Applied patches by Yui NARUSE <naruse@airemix.jp> to suppress warning with -Wchar-subscripts and better validate UTF-8 strings. * Applied patch by ginriki@github to remove unnecessary if. * Add load/dump interface to JSON::GenericObject to make serialize :some_attribute, JSON::GenericObject work in Rails active models for convenient SomeModel#some_attribute.foo.bar access to serialised JSON data.
16 lines
446 B
Makefile
16 lines
446 B
Makefile
# $NetBSD: Makefile,v 1.22 2013/06/13 13:18:08 obache Exp $
|
|
|
|
DISTNAME= json_pure-1.8.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://flori.github.com/json
|
|
COMMENT= Pure Ruby implementation of JSON
|
|
LICENSE= ruby-license
|
|
|
|
post-extract:
|
|
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|