blob: 214ccd507396307f001d59e90b68f6049787fbb9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.10 2011/03/23 14:12:58 taca Exp $
DISTNAME= json-1.5.1
CATEGORIES= textproc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://flori.github.com/json
COMMENT= Native extension implementation of JSON for Ruby
LICENSE= ruby-license
GEM_CLEANBUILD= ext/json/ext/generator/* ext/json/ext/parser/*
REPLACE_RUBY= tools/fuzz.rb tools/server.rb
post-extract:
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
REPLACE_RUBY_DIRS= tools
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|