From 3f8fb6288ac8d51805d3b63ec8628bbfc5b4b687 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 16 Aug 2018 07:44:18 +0200 Subject: [PATCH] www/nginx: not yet... --- www/nginx/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 1263c9d33..1b62823da 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -1,7 +1,8 @@ -PLUGIN_NAME= nginx -PLUGIN_VERSION= 1.1 -PLUGIN_COMMENT= Nginx HTTP server and reverse proxy -PLUGIN_DEPENDS= nginx -PLUGIN_MAINTAINER= franz.fabian.94@gmail.com +PLUGIN_NAME= nginx +PLUGIN_VERSION= 0.5 +PLUGIN_COMMENT= Nginx HTTP server and reverse proxy +PLUGIN_DEPENDS= nginx +PLUGIN_MAINTAINER= franz.fabian.94@gmail.com +PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"