4f77cded80
Update ruby-multi_json to 1.14.1. pkgsrc change: add "USE_LANGUAGES= # none". 1.14.1 ------ * [Fix a warning in Ruby 2.7](26a94ab8c7
) 1.14.0 ------ * [Support Oj 3.x gem](5d8febdbeb
)
14 lines
352 B
Makefile
14 lines
352 B
Makefile
# $NetBSD: Makefile,v 1.19 2020/03/24 16:57:02 taca Exp $
|
|
|
|
DISTNAME= multi_json-1.14.1
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/intridea/multi_json
|
|
COMMENT= General-purpose swappable JSON backend library
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|