aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-19 15:45:27 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-05-19 17:14:58 +0000
commitb79974edc75109785b09be08df5deebf64d0224d (patch)
treeea28a5d30f5621a309e4ba62090a9ed859f7c0df
parentb17ba5b52714094c5788e6ed23f14f79ffd5f71a (diff)
www/npm-node22: Add npm-node22 10.5.2 (copied from npm-node21)
-rw-r--r--www/Makefile1
-rw-r--r--www/npm-node22/Makefile5
2 files changed, 6 insertions, 0 deletions
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"