mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
Simply define which nodejs version is required using the nodejs USES flag. PR: 259783 Differential Revision: https://reviews.freebsd.org/D32790
11 lines
210 B
Makefile
11 lines
210 B
Makefile
# Created by: Matthias Fechner <mfechner@FreeBSD.org>
|
|
|
|
PKGNAMESUFFIX= -node17
|
|
|
|
CONFLICTS_INSTALL= npm npm-node14 npm-node16
|
|
|
|
USES= nodejs:17,run
|
|
|
|
MASTERDIR= ${.CURDIR}/../npm
|
|
|
|
.include "${MASTERDIR}/Makefile"
|