git: 6af34986d2 - main - [phb]: Add Uses=nodejs documentation
Fernando Apesteguía <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/doc/commit/?id=6af34986d2eab2379f5e1dd33c5ac86597e0ff80 commit 6af34986d2eab2379f5e1dd33c5ac86597e0ff80 Author: Fernando Apesteguía <[email protected]> AuthorDate: 2022-03-13 18:17:28 +0000 Commit: Fernando Apesteguía <[email protected]> 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`