mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
14 lines
251 B
Makefile
14 lines
251 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -node6
|
|
|
|
CONFLICTS_INSTALL= npm npm-node10 npm-node8
|
|
|
|
OPTIONS_EXCLUDE=NODE NODE10 NODE8
|
|
OPTIONS_SLAVE= NODE6
|
|
|
|
MASTERDIR= ${.CURDIR}/../npm
|
|
|
|
.include "${MASTERDIR}/Makefile"
|