From 25a124a8f1091386e7ff89d914b1df0c41f10eb4 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Wed, 18 Mar 2020 07:45:52 +0100 Subject: [PATCH] net/firewall: prep for first dev release --- net/firewall/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/firewall/Makefile b/net/firewall/Makefile index 3f314e675..bf15b1820 100644 --- a/net/firewall/Makefile +++ b/net/firewall/Makefile @@ -1,6 +1,7 @@ PLUGIN_NAME= firewall PLUGIN_VERSION= 0.1 -PLUGIN_COMMENT= Firewall API supplemental package +PLUGIN_COMMENT= Firewall API supplemental package PLUGIN_MAINTAINER= ad@opnsense.org +PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"