summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-05-18 11:54:51 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-05-18 11:54:51 +0800
commit1291c94f49baf6b9978f77c3d62dadd78b97dfde (patch)
tree9726c78f929fb207ec5012dbee6998179a070eb2
parentwww/node24: Add node24 24.0.0 (diff)
www/npm-node24: Add npm-node24 10.9.2 (copied from npm-node23)
-rw-r--r--www/Makefile1
-rw-r--r--www/npm-node24/Makefile5
2 files changed, 6 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index ae378f082907..bc962be6edec 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -499,6 +499,7 @@
SUBDIR += npm-node20
SUBDIR += npm-node22
SUBDIR += npm-node23
+ SUBDIR += npm-node24
SUBDIR += nyxt
SUBDIR += oauth2-proxy
SUBDIR += obhttpd
diff --git a/www/npm-node24/Makefile b/www/npm-node24/Makefile
new file mode 100644
index 000000000000..8ad8600cf41c
--- /dev/null
+++ b/www/npm-node24/Makefile
@@ -0,0 +1,5 @@
+USES= nodejs:24,run
+
+MASTERDIR= ${.CURDIR}/../npm-node22
+
+.include "${MASTERDIR}/Makefile"