freebsd-ports/net-mgmt/zabbix5-proxy/Makefile
Juraj Lutter eeb45e075e net-mgmt/zabbix5-server: Update to 5.0.15
Summary:
- Update to 5.0.15
- Reformat a bit according to portclippy and portfmt
- Rework pidfile and logfile handling (now under /var/{run,log}/zabbix)
- Provide sample config for agentd
- Changelog: https://www.zabbix.com/rn/rn5.0.15

PR:		258076
Reviewed by:	pg@pakhom.spb.ru (maintainer)
Differential Revision: https://reviews.freebsd.org/D31845
2021-09-19 23:14:01 +02:00

11 lines
231 B
Makefile

# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
PORTNAME= zabbix5
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -proxy
MASTERDIR= ${.CURDIR}/../zabbix5-server
OPTIONS_SINGLE_DB= MYSQL ORACLE PGSQL SQLITE
.include "${MASTERDIR}/Makefile"