e1ef447e85
pkgsrc change: allow build on Ruby 2.2. 2015-06-01 (1.8.3) * Fix potential memory leak, thx to nobu.
19 lines
472 B
Makefile
19 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.30 2015/06/11 15:40:57 taca Exp $
|
|
|
|
DISTNAME= json-1.8.3
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://flori.github.com/json
|
|
COMMENT= Native extension implementation of JSON for Ruby
|
|
LICENSE= ruby-license
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
RUBY_VERSION_SUPPORTED= 200 193 18 21 22
|
|
|
|
post-extract:
|
|
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|