mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -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
207 B
Makefile
11 lines
207 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PKGNAMESUFFIX= -node16
|
|
|
|
CONFLICTS_INSTALL= npm npm-node14 npm-node17
|
|
|
|
USES= nodejs:16,run
|
|
|
|
MASTERDIR= ${.CURDIR}/../npm
|
|
|
|
.include "${MASTERDIR}/Makefile"
|