dbfcfa6d13
net-mgmt/zabbix5 -> net-mgmt/zabbix52 What's new in Zabbix 5.2: https://www.zabbix.com/documentation/current/manual/introduction/whatsnew520 Changelog: https://www.zabbix.com/rn/rn5.2.0 PR: 250775 Approved by: pg@pakhom.spb.ru (maintainer)
12 lines
245 B
Makefile
12 lines
245 B
Makefile
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zabbix52
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -proxy
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix52-server
|
|
|
|
OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE
|
|
|
|
.include "${MASTERDIR}/Makefile"
|