aboutsummaryrefslogtreecommitdiff
path: root/www/npm
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-06-01 23:02:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-06-01 23:02:56 +0000
commit884f2d7ec199437c75805986823ac4e0044d8403 (patch)
tree59c488b73cd30fb9e50849e683351624da6f9848 /www/npm
parent2a4c117dc8dcef119f6eb51c084f0ae5a701ca34 (diff)
downloadports-884f2d7ec199437c75805986823ac4e0044d8403.tar.gz
ports-884f2d7ec199437c75805986823ac4e0044d8403.zip
Remove NODE4 option
www/node4 expired on 2018-04-30.
Notes
Notes: svn path=/head/; revision=471322
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 c815281ffcda..394a1d7f5e89 100644
--- a/www/npm/Makefile
+++ b/www/npm/Makefile
@@ -17,10 +17,9 @@ RUN_DEPENDS= gmake:devel/gmake
CONFLICTS_INSTALL?= npm-node4 npm-node6 npm-node8 npm2 npm3 npm4
OPTIONS_SINGLE= BACKEND
-OPTIONS_SINGLE_BACKEND= NODE NODE4 NODE6 NODE8
+OPTIONS_SINGLE_BACKEND= NODE NODE6 NODE8
OPTIONS_DEFAULT=NODE
NODE_DESC= Use Node.js 9.x/10.x (www/node) as backend
-NODE4_DESC= Use Node.js 4.x (www/node4) as backend
NODE6_DESC= Use Node.js 6.x (www/node6) as backend
NODE8_DESC= Use Node.js 8.x (www/node8) as backend
@@ -36,7 +35,6 @@ SHEBANG_GLOB= *.py
SHEBANG_FILES= lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples
NODE_RUN_DEPENDS= node>=0.8.0:www/node
-NODE4_RUN_DEPENDS= node4>=0.8.0:www/node4
NODE6_RUN_DEPENDS= node6>=0.8.0:www/node6
NODE8_RUN_DEPENDS= node8>=0.8.0:www/node8