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