freebsd-ports/www/yarn-node17/Makefile
Matthias Fechner f4ffcdfe61 */*: use new nodejs USES flag
Simply define which nodejs version is required using the nodejs USES flag.

PR:                     259783
Differential Revision:	https://reviews.freebsd.org/D32790
2021-11-12 06:54:51 +01:00

11 lines
214 B
Makefile

# Created by: Matthias Fechner <mfechner@FreeBSD.org>
PKGNAMESUFFIX= -node17
CONFLICTS_INSTALL= yarn yarn-node14 yarn-node16
USES= nodejs:17,run
MASTERDIR= ${.CURDIR}/../yarn
.include "${MASTERDIR}/Makefile"