f4ffcdfe61
Simply define which nodejs version is required using the nodejs USES flag. PR: 259783 Differential Revision: https://reviews.freebsd.org/D32790
11 lines
214 B
Makefile
11 lines
214 B
Makefile
# Created by: Luca Pizzamiglio <pizzamig@FreeBSD.org>
|
|
|
|
PKGNAMESUFFIX= -node14
|
|
|
|
CONFLICTS_INSTALL= yarn yarn-node16 yarn-node17
|
|
|
|
USES= nodejs:14,run
|
|
|
|
MASTERDIR= ${.CURDIR}/../yarn
|
|
|
|
.include "${MASTERDIR}/Makefile"
|