a0eb815ad5
Add support for Node 14 Fix CONFLICTS with an updated list of nodejs versions Changelog: https://github.com/yarnpkg/yarn/blob/master/CHANGELOG.md PR: 251967 Submitted by: Jose Luis Duran <jlduran@gmail.com>
14 lines
263 B
Makefile
14 lines
263 B
Makefile
# Created by: Luca Pizzamiglio <pizzamig@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -node12
|
|
|
|
CONFLICTS_INSTALL= yarn yarn-node10 yarn-node14
|
|
|
|
OPTIONS_EXCLUDE= NODE NODE10 NODE14
|
|
OPTIONS_SLAVE= NODE12
|
|
|
|
MASTERDIR= ${.CURDIR}/../yarn
|
|
|
|
.include "${MASTERDIR}/Makefile"
|