summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2022-03-11 16:21:24 -0500
committerSergey A. Osokin <osa@FreeBSD.org>2022-03-11 16:24:27 -0500
commita9108d8c085c83e3158abb661908d343b0eb5d9c (patch)
treec4c101b4c3fc500a955cd9ca92de3b47b8816812 /lang/Makefile
parentastro/kstars: fix build against newer stellarsolver (diff)
*/*: add new port NGINX JavaScript (njs) command line utility
NGINX JavaScript, also knows as njs, is a subset of the JavaScript language that allows extending nginx functionality. njs is created in compliance with ECMAScript 5.1 (strict mode) with some ECMAScript 6 and later extensions. It's easy to use njs command line utility to develop and debug additional functionality. Also, it's light-weight and very useful as a shebang in some cases as the nodejs substitutor. Remove build of njs command-line utlity from the www/nginx-devel (*) process. Bump PORTREVISION. (*)
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 82d6c5f1464c..d342c4d55418 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -198,6 +198,7 @@
SUBDIR += nhc98
SUBDIR += nickle
SUBDIR += nim
+ SUBDIR += njs
SUBDIR += nqc
SUBDIR += nwcc
SUBDIR += nx