1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Added node14 as option and corrected description for option node.

PR:		253361
Submitted by:	freebsd-public@it64.de
This commit is contained in:
Matthias Fechner 2021-02-09 08:17:52 +00:00
parent f898b1bc78
commit 51ed15601f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564774

View File

@ -18,15 +18,17 @@ USE_RUBY= yes
NO_ARCH= yes
OPTIONS_SINGLE= BACKEND
OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE12
OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE12 NODE14
OPTIONS_DEFAULT=NODE
NODE_DESC= Use Node.js 13.x (www/node) as backend
NODE_DESC= Use Node.js 15.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
NODE14_DESC= Use Node.js 14.x (www/node14) as backend
NODE_RUN_DEPENDS= node>=0:www/node
NODE10_RUN_DEPENDS= node10>=0:www/node10
NODE12_RUN_DEPENDS= node12>=0:www/node12
NODE14_RUN_DEPENDS= node14>=0:www/node14
post-patch:
@${REINPLACE_CMD} -e 's#%%LOCALBASE%%#${LOCALBASE}#' ${WRKSRC}/lib/execjs/runtimes.rb