Zabbix 6.0 LTS was released on Feb 8, 2022. End of full support: Feb 28, 2025 End of Limited support: Feb 28, 2027 Announced: https://www.zabbix.com/life_cycle_and_release_policy
9 lines
186 B
Makefile
9 lines
186 B
Makefile
PORTNAME= zabbix6
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -proxy
|
|
|
|
MASTERDIR= ${.CURDIR}/../${PORTNAME}-server
|
|
|
|
OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE
|
|
|
|
.include "${MASTERDIR}/Makefile"
|