net-mgmt/zabbix4 -> net-mgmt/zabbix5 What's new in Zabbix 5.0: https://www.zabbix.com/documentation/current/manual/introduction/whatsnew500 PR: 246447 Submitted by: Juraj Lutter <juraj@lutter.sk> Submitted by: pg@pakhom.spb.ru Reported by: vvd@unislabs.com
12 lines
243 B
Makefile
12 lines
243 B
Makefile
# Created by: Pakhom Golynga <pg@pakhom.spb.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zabbix5
|
|
CATEGORIES= net-mgmt
|
|
PKGNAMESUFFIX= -proxy
|
|
|
|
MASTERDIR= ${.CURDIR}/../zabbix5-server
|
|
|
|
OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE ORACLE
|
|
|
|
.include "${MASTERDIR}/Makefile"
|