# $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"