1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

Add npm-node8: slave port of npm

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-11-20 04:31:30 +00:00
parent 76a74f2a33
commit 4f886304af
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454519
2 changed files with 14 additions and 0 deletions

View File

@ -561,6 +561,7 @@
SUBDIR += npm-less-plugin-clean-css
SUBDIR += npm-node4
SUBDIR += npm-node6
SUBDIR += npm-node8
SUBDIR += npm2
SUBDIR += npm3
SUBDIR += npm4

13
www/npm-node8/Makefile Normal file
View File

@ -0,0 +1,13 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -node8
CONFLICTS_INSTALL= npm npm-node4 npm-node6 npm2 npm3 npm4
OPTIONS_EXCLUDE=NODE NODE4 NODE6
OPTIONS_SLAVE= NODE8
MASTERDIR= ${.CURDIR}/../npm
.include "${MASTERDIR}/Makefile"