blob: 3116cc72f6d06cbfea45594ce646c8e974fd8f36 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# 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"
|