blob: aba043fca7cc7ef73671fb305157a8f20690d1de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
PKGNAMESUFFIX= -node18
CONFLICTS_INSTALL= npm npm-node14 npm-node16
USES= nodejs:18,run
MASTERDIR= ${.CURDIR}/../npm
PORTSCOUT= ignore:1
.include "${MASTERDIR}/Makefile"
|