diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 19:28:23 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 19:28:23 +0000 |
commit | 093e9fe99f0f0403d3739b0ee289085af4519a13 (patch) | |
tree | d183e2b552dbabf727f0061b9539830e27b366d0 | |
parent | 5a44d0e658b13ff31b1b98b73128819efa9daf98 (diff) | |
download | ports-093e9fe99f0f0403d3739b0ee289085af4519a13.tar.gz ports-093e9fe99f0f0403d3739b0ee289085af4519a13.zip |
www/yarn-node21: Add yarn-node21 1.22.19 (copied from yarn-node20)
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/yarn-node21/Makefile | 5 |
2 files changed, 6 insertions, 0 deletions
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" |