mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
14 lines
264 B
Makefile
14 lines
264 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -node4
|
|
|
|
CONFLICTS_INSTALL= npm npm-node6 npm-node8 npm2 npm3 npm4
|
|
|
|
OPTIONS_EXCLUDE=NODE NODE6 NODE8
|
|
OPTIONS_SLAVE= NODE4
|
|
|
|
MASTERDIR= ${.CURDIR}/../npm
|
|
|
|
.include "${MASTERDIR}/Makefile"
|