git: b19bf48240a6 - main - www/yarn-node23: Add yarn-node23 10.9.0 (copied from yarn-node22)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Oct 2024 09:34:01 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b19bf48240a6e0e311caacceaf6408835ea1816b commit b19bf48240a6e0e311caacceaf6408835ea1816b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-10-21 06:32:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-10-21 09:17:25 +0000 www/yarn-node23: Add yarn-node23 10.9.0 (copied from yarn-node22) --- www/Makefile | 1 + www/yarn-node23/Makefile | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/www/Makefile b/www/Makefile index 18bf527dbfbe..6bccad32f0d2 100644 --- a/www/Makefile +++ b/www/Makefile @@ -2555,6 +2555,7 @@ SUBDIR += yarn-node18 SUBDIR += yarn-node20 SUBDIR += yarn-node22 + SUBDIR += yarn-node23 SUBDIR += yarr SUBDIR += yaws SUBDIR += you-get diff --git a/www/yarn-node23/Makefile b/www/yarn-node23/Makefile new file mode 100644 index 000000000000..6d92a1e1ed13 --- /dev/null +++ b/www/yarn-node23/Makefile @@ -0,0 +1,5 @@ +USES= nodejs:23,run + +MASTERDIR= ${.CURDIR}/../yarn-node20 + +.include "${MASTERDIR}/Makefile"