ports/www/npm-node10/Makefile
Sunpoet Po-Chuan Hsieh 41e397476e Add npm-node10: slave port of npm
- Clean up CONFLICTS_INSTALL
2018-11-03 22:15:57 +00:00

13 lines
251 B
Makefile

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