mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
10 lines
247 B
Makefile
10 lines
247 B
Makefile
PLUGIN_NAME= OPNProxy
|
|
PLUGIN_VERSION= 1.0.5
|
|
PLUGIN_REVISION= 4
|
|
PLUGIN_COMMENT= OPNsense proxy additions
|
|
PLUGIN_DEPENDS= os-redis${PLUGIN_PKGSUFFIX} \
|
|
os-squid${PLUGIN_PKGSUFFIX} \
|
|
py${PLUGIN_PYTHON}-redis
|
|
|
|
.include "../../Mk/plugins.mk"
|