be1548dd57
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!
19 lines
515 B
Makefile
19 lines
515 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/05/16 11:50:57 obache Exp $
|
|
|
|
DISTNAME= json_pure-1.4.3
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g}
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://json.rubyforge.org/
|
|
COMMENT= Pure Ruby implementation of JSON
|
|
LICENSE= ruby-license
|
|
|
|
GEM_BUILD= gemspec
|
|
REPLACE_RUBY= tools/fuzz.rb tools/server.rb
|
|
|
|
post-extract:
|
|
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|