freebsd-ports/www/npm-node10/Makefile
Sunpoet Po-Chuan Hsieh 59fa823541 Add npm-node14 and NODE14 option
- Update CONFLICTS_INSTALL

PR:		250729
Submitted by:	Eric Camachat <eric@camachat.org>
2020-11-08 17:50:06 +00:00

13 lines
255 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -node10
CONFLICTS_INSTALL= npm npm-node12 npm-node14
OPTIONS_EXCLUDE=NODE NODE12 NODE14
OPTIONS_SLAVE= NODE10
MASTERDIR= ${.CURDIR}/../npm
.include "${MASTERDIR}/Makefile"