aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix5-proxy
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2020-06-03 22:50:18 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2020-06-03 22:50:18 +0000
commitce579ea98c63763dd51cb02c81e9e381fdca6221 (patch)
tree6ea1b7f230d41bc0aeef41b88ddb334f0cc30ccb /net-mgmt/zabbix5-proxy
parentbe60350de5a97e261d13cb86e089bda3c98f5558 (diff)
downloadports-ce579ea98c63763dd51cb02c81e9e381fdca6221.tar.gz
ports-ce579ea98c63763dd51cb02c81e9e381fdca6221.zip
New ports: net-mgmt/zabbix5-[agent|frontend|java|proxy|server]
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
Notes
Notes: svn path=/head/; revision=537856
Diffstat (limited to 'net-mgmt/zabbix5-proxy')
-rw-r--r--net-mgmt/zabbix5-proxy/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/zabbix5-proxy/Makefile b/net-mgmt/zabbix5-proxy/Makefile
new file mode 100644
index 000000000000..1812b80c547f
--- /dev/null
+++ b/net-mgmt/zabbix5-proxy/Makefile
@@ -0,0 +1,12 @@
+# 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"