aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix3-proxy
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-04-05 20:13:49 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-04-05 20:13:49 +0000
commit7e54351b926bdaa76b8f9b4206b0f4aba9bd0ce2 (patch)
tree62b8db53d1fae8d1eae1cf776fcec3fc24417b4e /net-mgmt/zabbix3-proxy
parentb04ad0e1000cb39027873a518730e9d7aeabb724 (diff)
downloadports-7e54351b926bdaa76b8f9b4206b0f4aba9bd0ce2.tar.gz
ports-7e54351b926bdaa76b8f9b4206b0f4aba9bd0ce2.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)
Notes
Notes: svn path=/head/; revision=412586
Diffstat (limited to 'net-mgmt/zabbix3-proxy')
-rw-r--r--net-mgmt/zabbix3-proxy/Makefile5
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"