git: b79974edc751 - main - www/npm-node22: Add npm-node22 10.5.2 (copied from npm-node21)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 May 2024 17:23:14 UTC
The branch main has been updated by sunpoet:

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

commit b79974edc75109785b09be08df5deebf64d0224d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-19 15:45:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-19 17:14:58 +0000

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

diff --git a/www/Makefile b/www/Makefile
index eef6d03380e7..e12d1eda8bb0 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -485,6 +485,7 @@
     SUBDIR += npm-node18
     SUBDIR += npm-node20
     SUBDIR += npm-node21
+    SUBDIR += npm-node22
     SUBDIR += oauth2-proxy
     SUBDIR += obhttpd
     SUBDIR += offpunk
diff --git a/www/npm-node22/Makefile b/www/npm-node22/Makefile
new file mode 100644
index 000000000000..a95ca153555b
--- /dev/null
+++ b/www/npm-node22/Makefile
@@ -0,0 +1,5 @@
+USES=		nodejs:22,run
+
+MASTERDIR=	${.CURDIR}/../npm-node20
+
+.include "${MASTERDIR}/Makefile"