svn commit: r454517 - in head/www: . npm-node4

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 20 04:31:05 UTC 2017


Author: sunpoet
Date: Mon Nov 20 04:31:04 2017
New Revision: 454517
URL: https://svnweb.freebsd.org/changeset/ports/454517

Log:
  Add npm-node4: slave port of npm

Added:
  head/www/npm-node4/
  head/www/npm-node4/Makefile   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Nov 20 04:30:31 2017	(r454516)
+++ head/www/Makefile	Mon Nov 20 04:31:04 2017	(r454517)
@@ -559,6 +559,7 @@
     SUBDIR += npc
     SUBDIR += npm
     SUBDIR += npm-less-plugin-clean-css
+    SUBDIR += npm-node4
     SUBDIR += npm2
     SUBDIR += npm3
     SUBDIR += npm4

Added: head/www/npm-node4/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/npm-node4/Makefile	Mon Nov 20 04:31:04 2017	(r454517)
@@ -0,0 +1,13 @@
+# Created by: Po-Chuan Hsieh <sunpoet at 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"


More information about the svn-ports-all mailing list