git: 093e9fe99f0f - main - www/yarn-node21: Add yarn-node21 1.22.19 (copied from yarn-node20)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Nov 2023 19:29:57 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=093e9fe99f0f0403d3739b0ee289085af4519a13
commit 093e9fe99f0f0403d3739b0ee289085af4519a13
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-01 19:28:23 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-01 19:28:23 +0000
www/yarn-node21: Add yarn-node21 1.22.19 (copied from yarn-node20)
---
www/Makefile | 1 +
www/yarn-node21/Makefile | 5 +++++
2 files changed, 6 insertions(+)
diff --git a/www/Makefile b/www/Makefile
index fa9259c9c8bf..c4c21c8f0fa4 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2520,6 +2520,7 @@
SUBDIR += yarn-node16
SUBDIR += yarn-node18
SUBDIR += yarn-node20
+ SUBDIR += yarn-node21
SUBDIR += yarr
SUBDIR += yaws
SUBDIR += you-get
diff --git a/www/yarn-node21/Makefile b/www/yarn-node21/Makefile
new file mode 100644
index 000000000000..64580f753eb1
--- /dev/null
+++ b/www/yarn-node21/Makefile
@@ -0,0 +1,5 @@
+USES= nodejs:21,run
+
+MASTERDIR= ${.CURDIR}/../yarn-node20
+
+.include "${MASTERDIR}/Makefile"