Add npm-node10: slave port of npm
- Clean up CONFLICTS_INSTALL
This commit is contained in:
parent
bc53413035
commit
41e397476e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483914
@ -534,6 +534,7 @@
|
||||
SUBDIR += npapi-xine
|
||||
SUBDIR += npc
|
||||
SUBDIR += npm
|
||||
SUBDIR += npm-node10
|
||||
SUBDIR += npm-node6
|
||||
SUBDIR += npm-node8
|
||||
SUBDIR += nspluginwrapper
|
||||
|
13
www/npm-node10/Makefile
Normal file
13
www/npm-node10/Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
# 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"
|
Loading…
Reference in New Issue
Block a user