Date: Sun, 17 Aug 2014 10:07:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365166 - head/www/npm Message-ID: <201408171007.s7HA7oPj017742@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408171007.s7HA7oPj017742>