diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 19:28:20 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-11-01 19:28:20 +0000 |
commit | 5a44d0e658b13ff31b1b98b73128819efa9daf98 (patch) | |
tree | a54f0aaa550dd0d4dbd61b9285d89b14561cd4a6 | |
parent | 22940da8635c410dbf0d80051ebe1a7e9347a142 (diff) | |
download | ports-5a44d0e658b13ff31b1b98b73128819efa9daf98.tar.gz ports-5a44d0e658b13ff31b1b98b73128819efa9daf98.zip |
www/npm-node21: Add npm-node21 10.2.0 (copied from npm-node20)
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/npm-node21/Makefile | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 9071654c982a..fa9259c9c8bf 100644 --- a/www/Makefile +++ b/www/Makefile @@ -492,6 +492,7 @@ SUBDIR += npm-node16 SUBDIR += npm-node18 SUBDIR += npm-node20 + SUBDIR += npm-node21 SUBDIR += oauth2-proxy SUBDIR += obhttpd SUBDIR += offpunk diff --git a/www/npm-node21/Makefile b/www/npm-node21/Makefile new file mode 100644 index 000000000000..7452292b1e50 --- /dev/null +++ b/www/npm-node21/Makefile @@ -0,0 +1,5 @@ +USES= nodejs:21,run + +MASTERDIR= ${.CURDIR}/../npm-node20 + +.include "${MASTERDIR}/Makefile" |