20 lines
469 B
Makefile
20 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.29 2015/03/10 16:18:54 taca Exp $
|
|
|
|
DISTNAME= json-1.8.2
|
|
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
|
|
|
|
post-extract:
|
|
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|