mirror of
https://github.com/opnsense/plugins.git
synced 2025-12-10 10:30:21 -06:00
8 lines
167 B
Makefile
8 lines
167 B
Makefile
PLUGIN_NAME= redis
|
|
PLUGIN_VERSION= 1.0
|
|
PLUGIN_COMMENT= Redis DB
|
|
PLUGIN_DEPENDS= redis
|
|
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
|
|
|
.include "../../Mk/plugins.mk"
|