Files
plugins/net/haproxy/Makefile
T
Frank Wall fc6ec40d5b net/haproxy: add support for time format (#45)
* net/haproxy: add support for time format
* net/haproxy: use time format for default values
* net/haproxy: bump version
* net/haproxy: use strict validation for time format
* net/haproxy: fix regular expression
2016-10-25 20:01:55 +02:00

8 lines
203 B
Makefile

PLUGIN_NAME= haproxy
PLUGIN_VERSION= 1.6
PLUGIN_COMMENT= Reliable, high performance TCP/HTTP load balancer
PLUGIN_DEPENDS= haproxy
PLUGIN_MAINTAINER= opnsense@moov.de
.include "../../Mk/plugins.mk"