ports/www/npm-node16/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
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"