Date: Tue, 15 Mar 2022 11:35:09 GMT From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org Subject: git: 6af34986d2 - main - [phb]: Add Uses=nodejs documentation Message-ID: <202203151135.22FBZ9F0034496@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=6af34986d2eab2379f5e1dd33c5ac86597e0ff80 commit 6af34986d2eab2379f5e1dd33c5ac86597e0ff80 Author: Fernando ApesteguĂa <fernape@FreeBSD.org> AuthorDate: 2022-03-13 18:17:28 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-03-15 11:33:11 +0000 [phb]: Add Uses=nodejs documentation Following ports commit 46ce086c7130a --- documentation/content/en/books/porters-handbook/uses/_index.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/content/en/books/porters-handbook/uses/_index.adoc b/documentation/content/en/books/porters-handbook/uses/_index.adoc index c8b5080dbc..cfeb56a9ac 100644 --- a/documentation/content/en/books/porters-handbook/uses/_index.adoc +++ b/documentation/content/en/books/porters-handbook/uses/_index.adoc @@ -1075,6 +1075,15 @@ Possible arguments: (none) Uses ninja to build the port. +[[uses-nodejs]] +== `nodejs` + +Possible arguments: (none), `build`, `run`, `current`, `lts`, `10`, `14`, `16`, + `17`. + +Uses nodejs. Adds a dependency on package:www/node*[]. If a supported version is +specified then `run` and/or `build` must be specified too. + [[uses-objc]] == `objc`
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203151135.22FBZ9F0034496>
