pkgsrc/textproc/ruby-json/Makefile
obache 17ed76bf3b Update ruby-json to 1.4.3.
2010-05-05 (1.4.3)
  * Fixed some test assertions, from Ruby r27587 and r27590, patch by nobu.
  * Fixed issue http://github.com/flori/json/issues/#issue/20 reported by
    electronicwhisper@github. Thx!
2010-05-16 09:12:30 +00:00

18 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.5 2010/05/16 09:12:30 obache Exp $
DISTNAME= json-1.4.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
LICENSE= ruby-license
GEM_BUILD= gemspec
post-extract:
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"