git: 1fc4cb42da0c - main - www/npm-node25: Add npm-node25 11.6.2 (copied from npm-node24)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Oct 2025 14:37:46 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1fc4cb42da0c5cb3fafd3d09e350e5f8f17a42d2
commit 1fc4cb42da0c5cb3fafd3d09e350e5f8f17a42d2
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-27 14:35:27 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-27 14:35:27 +0000
www/npm-node25: Add npm-node25 11.6.2 (copied from npm-node24)
---
www/Makefile | 1 +
www/npm-node25/Makefile | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/www/Makefile b/www/Makefile
index 163483c2f171..6ca1afe84d88 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -516,6 +516,7 @@
SUBDIR += npm-node20
SUBDIR += npm-node22
SUBDIR += npm-node24
+ SUBDIR += npm-node25
SUBDIR += nyxt
SUBDIR += oatpp
SUBDIR += oauth2-proxy
diff --git a/www/npm-node25/Makefile b/www/npm-node25/Makefile
new file mode 100644
index 000000000000..22066b65d811
--- /dev/null
+++ b/www/npm-node25/Makefile
@@ -0,0 +1,5 @@
+USES= nodejs:25,run
+
+MASTERDIR= ${.CURDIR}/../npm-node22
+
+.include "${MASTERDIR}/Makefile"