svn commit: r365166 - head/www/npm
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Aug 17 10:07:51 UTC 2014
Author: sunpoet
Date: Sun Aug 17 10:07:50 2014
New Revision: 365166
URL: http://svnweb.freebsd.org/changeset/ports/365166
QAT: https://qat.redports.org/buildarchive/r365166/
Log:
- Add CPE information
- Cosmetic change
Modified:
head/www/npm/Makefile
Modified: head/www/npm/Makefile
==============================================================================
--- head/www/npm/Makefile Sun Aug 17 10:05:32 2014 (r365165)
+++ head/www/npm/Makefile Sun Aug 17 10:07:50 2014 (r365166)
@@ -14,14 +14,16 @@ LICENSE= MIT
OPTIONS_DEFINE= NODE_DEVEL
NODE_DEVEL_DESC=Use www/node-devel instead of www/node
-NO_BUILD= yes
-USES= tar:xz
-
MAKE_ARGS= npm_config_prefix=${STAGEDIR}${PREFIX}
+NO_BUILD= yes
REINPLACE_ARGS= -i ''
+USES= cpe tar:xz
MANPREFIX= ${PREFIX}/lib/node_modules/npm
+CPE_VENDOR= npmjs
+CPE_PRODUCT= node_packaged_modules
+
NODE_DEVEL_RUN_DEPENDS= node-devel>=0.8.0:${PORTSDIR}/www/node-devel
NODE_DEVEL_RUN_DEPENDS_OFF= node>=0.8.0:${PORTSDIR}/www/node
More information about the svn-ports-head
mailing list