git: 5a44d0e658b1 - main - www/npm-node21: Add npm-node21 10.2.0 (copied from npm-node20)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 01 Nov 2023 19:29:56 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a44d0e658b13ff31b1b98b73128819efa9daf98

commit 5a44d0e658b13ff31b1b98b73128819efa9daf98
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-01 19:28:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-01 19:28:20 +0000

    www/npm-node21: Add npm-node21 10.2.0 (copied from npm-node20)
---
 www/Makefile            | 1 +
 www/npm-node21/Makefile | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index 9071654c982a..fa9259c9c8bf 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -492,6 +492,7 @@
     SUBDIR += npm-node16
     SUBDIR += npm-node18
     SUBDIR += npm-node20
+    SUBDIR += npm-node21
     SUBDIR += oauth2-proxy
     SUBDIR += obhttpd
     SUBDIR += offpunk
diff --git a/www/npm-node21/Makefile b/www/npm-node21/Makefile
new file mode 100644
index 000000000000..7452292b1e50
--- /dev/null
+++ b/www/npm-node21/Makefile
@@ -0,0 +1,5 @@
+USES=		nodejs:21,run
+
+MASTERDIR=	${.CURDIR}/../npm-node20
+
+.include "${MASTERDIR}/Makefile"