mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 17:50:31 -04:00
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"
|