aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 19:01:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-11-05 19:14:00 +0000
commitda2fe4ce5b7c68724d6dcdb190b00318db655d69 (patch)
tree8ce4896d8137b23058d2ed6cac48a943040d8a70
parent3c480041375a21cd0118666a63b35654eda6e4a4 (diff)
downloadports-da2fe4ce5b7c68724d6dcdb190b00318db655d69.tar.gz
ports-da2fe4ce5b7c68724d6dcdb190b00318db655d69.zip
www/npm-node16: Add npm-node16 6.14.8 (copied from npm-node14)
-rw-r--r--www/Makefile1
-rw-r--r--www/npm-node16/Makefile12
2 files changed, 13 insertions, 0 deletions
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"