diff options
author | pi <pi@FreeBSD.org> | 2016-04-06 04:13:49 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-04-06 04:13:49 +0800 |
commit | f850f83bbaedef2c6a8ac8edd6f0373c82bfb7f2 (patch) | |
tree | 62b8db53d1fae8d1eae1cf776fcec3fc24417b4e /net-mgmt/zabbix3-proxy | |
parent | deaf1be92b44f555232de68600508462426d80c3 (diff) | |
download | freebsd-ports-gnome-f850f83bbaedef2c6a8ac8edd6f0373c82bfb7f2.tar.gz freebsd-ports-gnome-f850f83bbaedef2c6a8ac8edd6f0373c82bfb7f2.tar.zst freebsd-ports-gnome-f850f83bbaedef2c6a8ac8edd6f0373c82bfb7f2.zip |
net-mgmt/zabbix3-{server,proxy,agent}: Add SSL/TLS support
PR: 208029
Submitted by: Martin Waschbuesch <martin@waschbuesch.de>
Approved by: pakhom@pakhom.spb.ru (maintainer)
Diffstat (limited to 'net-mgmt/zabbix3-proxy')
-rw-r--r-- | net-mgmt/zabbix3-proxy/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-mgmt/zabbix3-proxy/Makefile b/net-mgmt/zabbix3-proxy/Makefile index 8abd47dda4cb..09af4b39c14f 100644 --- a/net-mgmt/zabbix3-proxy/Makefile +++ b/net-mgmt/zabbix3-proxy/Makefile @@ -5,6 +5,11 @@ PORTNAME= zabbix3 CATEGORIES= net-mgmt PKGNAMESUFFIX= -proxy +MAINTAINER= pakhom@pakhom.spb.ru +COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS + +LICENSE= GPLv2 + MASTERDIR= ${.CURDIR}/../zabbix3-server .include "${MASTERDIR}/Makefile" |