1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

www/npm-node20: Add npm-node20

This commit is contained in:
Po-Chuan Hsieh 2023-04-19 05:47:53 +08:00
parent 6abc1ece63
commit 6c8a2167ba
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 6 additions and 0 deletions

View File

@ -465,6 +465,7 @@
SUBDIR += npm-node16
SUBDIR += npm-node18
SUBDIR += npm-node19
SUBDIR += npm-node20
SUBDIR += oauth2-proxy
SUBDIR += obhttpd
SUBDIR += oneshot

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

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