File:  [cvs.NetBSD.org] / pkgsrc / lang / ruby-execjs / Makefile
Revision 1.15: download - view: text, annotated - select for diffs
Wed Jul 13 11:41:06 2022 UTC (2 years, 10 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, HEAD
*: Revert nodeversion.mk changes.

The intention was to avoid nodejs-18.x which no longer supports older
platforms, but that didn't work as pbulk still chooses the latest anyway, so
we'll need to fix that a different way.

It also has the downside of tying them to a specific version, which meant you
could no longer use the npm or yarn package managers with anything other than
the default nodejs version.

# $NetBSD: Makefile,v 1.15 2022/07/13 11:41:06 jperkin Exp $

DISTNAME=	execjs-2.8.1
PKGREVISION=	1
CATEGORIES=	lang

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/rails/execjs
COMMENT=	Run JavaScript code from Ruby
LICENSE=	mit

DEPENDS+=	nodejs-[0-9]*:../../lang/nodejs

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"

CVSweb <webmaster@jp.NetBSD.org>