mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
Since there wasn't a relese here in a while my minor modifications piled up. That's not a bad thing, but to make it traceable bump the revision now in order to have better means to distinguish the problem on the stable plugin since this will be stable/26.1 in a few minutes.
8 lines
255 B
Makefile
8 lines
255 B
Makefile
PLUGIN_NAME= haproxy
|
|
PLUGIN_VERSION= 4.6
|
|
PLUGIN_REVISION= 2
|
|
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
|
|
PLUGIN_DEPENDS= haproxy30 py${PLUGIN_PYTHON}-haproxy-cli
|
|
PLUGIN_MAINTAINER= opnsense@moov.de
|
|
|
|
.include "../../Mk/plugins.mk"
|