13e2c7bfd4
No upstream changelog, but seems to include security fixes CVE-2017-16516 and others: https://github.com/brianmario/yajl-ruby/issues/176 https://github.com/brianmario/yajl-ruby/pull/178
15 lines
390 B
Makefile
15 lines
390 B
Makefile
# $NetBSD: Makefile,v 1.6 2017/12/09 18:55:58 tsutsui Exp $
|
|
|
|
DISTNAME= yajl-ruby-1.3.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/brianmario/yajl-ruby
|
|
COMMENT= Ruby C binding to YAJL JSON library
|
|
LICENSE= mit
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|