git: 6c8a2167ba14 - main - www/npm-node20: Add npm-node20
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 21:50:52 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c8a2167ba14c36004b8e03fefa998947ee9634a commit 6c8a2167ba14c36004b8e03fefa998947ee9634a Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 21:47:53 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 21:47:53 +0000 www/npm-node20: Add npm-node20 --- www/Makefile | 1 + www/npm-node20/Makefile | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/www/Makefile b/www/Makefile index e044281c7df5..dab436fcd083 100644 --- a/www/Makefile +++ b/www/Makefile @@ -465,6 +465,7 @@ SUBDIR += npm-node16 SUBDIR += npm-node18 SUBDIR += npm-node19 + SUBDIR += npm-node20 SUBDIR += oauth2-proxy SUBDIR += obhttpd SUBDIR += oneshot diff --git a/www/npm-node20/Makefile b/www/npm-node20/Makefile new file mode 100644 index 000000000000..50518ea70c81 --- /dev/null +++ b/www/npm-node20/Makefile @@ -0,0 +1,5 @@ +USES= nodejs:20,run + +MASTERDIR= ${.CURDIR}/../npm-node18 + +.include "${MASTERDIR}/Makefile"