pkgsrc/lang/ruby-execjs/Makefile
taca 02d086ee58 lang/ruby-execjs: update to 2.8.1
2.8.1 (2021-05-14)

* Wait for STDOUT to be flushed before exiting the node runtime

2.8.0 (2021-05-12)

* Fix Ruby 3.0 compatibility on Windows
* Undefine console, process and other globals. See #43
* Removed the RubyRacer runtime as it is no longer maintained and broken on
  recent rubies.
* Node runtime look for node before nodejs.
2021-05-30 09:26:57 +00:00

14 lines
335 B
Makefile

# $NetBSD: Makefile,v 1.13 2021/05/30 09:26:57 taca Exp $
DISTNAME= execjs-2.8.1
CATEGORIES= lang
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rails/execjs
COMMENT= Run JavaScript code from Ruby
LICENSE= mit
DEPENDS+= nodejs>=4:../../lang/nodejs
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"