forked from Lainports/freebsd-ports
13 lines
235 B
Makefile
13 lines
235 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -node10
|
|
|
|
CONFLICTS_INSTALL= npm npm-node8
|
|
|
|
OPTIONS_EXCLUDE=NODE NODE8
|
|
OPTIONS_SLAVE= NODE10
|
|
|
|
MASTERDIR= ${.CURDIR}/../npm
|
|
|
|
.include "${MASTERDIR}/Makefile"
|