1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

www/yarn: Use www/node as default

To be synced with other porst, yarn will use www/node

Reported by:	jrm
Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D13037
This commit is contained in:
Luca Pizzamiglio 2017-11-10 23:06:53 +00:00
parent fe457e0e7a
commit e23fdcae39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453941

View File

@ -3,7 +3,7 @@
PORTNAME= yarn
DISTVERSIONPREFIX= v
DISTVERSION= 1.3.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= https://yarnpkg.com/downloads/${PORTVERSION}/
@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= HADOOPCOMPAT
OPTIONS_SINGLE= BACKEND
OPTIONS_SINGLE_BACKEND= NODE4 NODE6 NODE8 NODE
OPTIONS_DEFAULT= NODE8
OPTIONS_DEFAULT= NODE
HADOOPCOMPAT_DESC= hadoop2 compatibility, the yarn script is excluded
NODE_DESC= Use www/node as backend
NODE8_DESC= Use www/node8 as backend