freebsd-ports/www/yarn-node14/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: Luca Pizzamiglio <pizzamig@FreeBSD.org>
PKGNAMESUFFIX= -node14
CONFLICTS_INSTALL= yarn yarn-node16 yarn-node17
USES= nodejs:14,run
MASTERDIR= ${.CURDIR}/../yarn
.include "${MASTERDIR}/Makefile"