pkgsrc/textproc/ruby-yajl/Makefile
tsutsui 13e2c7bfd4 ruby-yajl: update to 1.3.1.
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
2017-12-09 18:55:58 +00:00

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"