diff --git a/net/radsecproxy/Makefile b/net/radsecproxy/Makefile index c27c40120..7ee4427db 100644 --- a/net/radsecproxy/Makefile +++ b/net/radsecproxy/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= radsecproxy -PLUGIN_VERSION= 0.1 -PLUGIN_COMMENT= RADIUS proxy provides both RADIUS UDP and TCP/TLS (RadSec) transport -PLUGIN_DEPENDS= radsecproxy +PLUGIN_VERSION= 1.0 +PLUGIN_COMMENT= RADIUS proxy provides both RADIUS UDP and TCP/TLS (RadSec) transport +PLUGIN_DEPENDS= radsecproxy PLUGIN_MAINTAINER= tobias@boehnert.dev -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk"