www/npm-node24: Add npm-node24 10.9.2 (copied from npm-node23)

This commit is contained in:
Po-Chuan Hsieh 2025-05-18 11:54:51 +08:00
parent 4cf33e723e
commit 1291c94f49
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 6 additions and 0 deletions

View File

@ -499,6 +499,7 @@
SUBDIR += npm-node20
SUBDIR += npm-node22
SUBDIR += npm-node23
SUBDIR += npm-node24
SUBDIR += nyxt
SUBDIR += oauth2-proxy
SUBDIR += obhttpd

5
www/npm-node24/Makefile Normal file
View File

@ -0,0 +1,5 @@
USES= nodejs:24,run
MASTERDIR= ${.CURDIR}/../npm-node22
.include "${MASTERDIR}/Makefile"