git: da2fe4ce5b7c - main - www/npm-node16: Add npm-node16 6.14.8 (copied from npm-node14)

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 05 Nov 2021 19:16:53 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=da2fe4ce5b7c68724d6dcdb190b00318db655d69

commit da2fe4ce5b7c68724d6dcdb190b00318db655d69
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-05 19:01:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-05 19:14:00 +0000

    www/npm-node16: Add npm-node16 6.14.8 (copied from npm-node14)
---
 www/Makefile            |  1 +
 www/npm-node16/Makefile | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index bbce2a09a5e5..1fba5e9d179d 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -464,6 +464,7 @@
     SUBDIR += npc
     SUBDIR += npm
     SUBDIR += npm-node14
+    SUBDIR += npm-node16
     SUBDIR += nspluginwrapper
     SUBDIR += oauth2-proxy
     SUBDIR += obhttpd
diff --git a/www/npm-node16/Makefile b/www/npm-node16/Makefile
new file mode 100644
index 000000000000..3af2c351843c
--- /dev/null
+++ b/www/npm-node16/Makefile
@@ -0,0 +1,12 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PKGNAMESUFFIX=	-node16
+
+CONFLICTS_INSTALL=	npm
+
+OPTIONS_EXCLUDE=NODE NODE14
+OPTIONS_SLAVE=	NODE16
+
+MASTERDIR=	${.CURDIR}/../npm
+
+.include "${MASTERDIR}/Makefile"