Makes it possible to more granular install nginx with modules
without needing to install nginx-full.
A MASTER port structure is used so the distinfo is kept in sync.
Versioning is similar to what is used for Debian packages upstream.
See: https://nginx.org/packages/debian/pool/nginx/n/nginx-module-njs/
<nginx_version>+<njs_version> -> nginx-module-njs-1.30.4+1.0.0.pkg
This makes sure the package is rebuild if the version of the master port
or the NJS version changes.
NB: with some changes to the MASTER port it should be possible to reuse
more infrastructure, but I left that as future improvements.
BTW: I set myself as maintainer, but I'm fine if you want to keep this port under your nginx maintenance.