aboutsummaryrefslogtreecommitdiff
path: root/www/npm
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-03-10 21:45:54 +0000
committerRene Ladan <rene@FreeBSD.org>2020-03-10 21:45:54 +0000
commit82717018c62c5f154c7f0cb3c81a26963066e662 (patch)
treef8bb10492978b667862c48affcf3995e5fc0dd0d /www/npm
parent00a8fc58bb0c403c6a9fa6838f177be209bcac8c (diff)
downloadports-82717018c62c5f154c7f0cb3c81a26963066e662.tar.gz
ports-82717018c62c5f154c7f0cb3c81a26963066e662.zip
www/npm remove EOL Node 8 as an option.
Notes
Notes: svn path=/head/; revision=528195
Diffstat (limited to 'www/npm')
-rw-r--r--www/npm/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/npm/Makefile b/www/npm/Makefile
index 1bba7a9bac66..ab1e2ed85be4 100644
--- a/www/npm/Makefile
+++ b/www/npm/Makefile
@@ -23,12 +23,11 @@ REINPLACE_ARGS= -i ''
CONFLICTS_INSTALL?= npm-node10 npm-node12 npm-node8
OPTIONS_SINGLE= BACKEND
-OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE12 NODE8
+OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE12
OPTIONS_DEFAULT=NODE
NODE_DESC= Use Node.js 13.x (www/node) as backend
NODE10_DESC= Use Node.js 10.x (www/node10) as backend
NODE12_DESC= Use Node.js 12.x (www/node12) as backend
-NODE8_DESC= Use Node.js 8.x (www/node8) as backend
CPE_VENDOR= npmjs
CPE_PRODUCT= node_packaged_modules
@@ -39,7 +38,6 @@ SHEBANG_FILES= lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples
NODE_RUN_DEPENDS= node>=0.8.0:www/node
NODE10_RUN_DEPENDS= node10>=0.8.0:www/node10
NODE12_RUN_DEPENDS= node12>=0.8.0:www/node12
-NODE8_RUN_DEPENDS= node8>=0.8.0:www/node8
.include <bsd.port.pre.mk>