18 lines
474 B
Makefile
18 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.25 2013/06/13 13:15:49 obache Exp $
|
|
|
|
DISTNAME= json-1.8.0
|
|
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/*
|
|
|
|
post-extract:
|
|
cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|