aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/zabbix3-agent
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-agent
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-agent')
-rw-r--r--net-mgmt/zabbix3-agent/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-mgmt/zabbix3-agent/Makefile b/net-mgmt/zabbix3-agent/Makefile
index 724f60991f34..b2a3f7c6e13b 100644
--- a/net-mgmt/zabbix3-agent/Makefile
+++ b/net-mgmt/zabbix3-agent/Makefile
@@ -5,10 +5,15 @@ PORTNAME= zabbix3
CATEGORIES= net-mgmt
PKGNAMESUFFIX= -agent
+MAINTAINER= pakhom@pakhom.spb.ru
+COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) LTS
+
+LICENSE= GPLv2
+
MASTERDIR= ${.CURDIR}/../zabbix3-server
PLIST= ${PKGDIR}/pkg-plist.agent
OPTIONS_DEFINE= IPV6
-OPTIONS_DEFAULT= IPV6
+OPTIONS_DEFAULT= IPV6 OPENSSL
.include "${MASTERDIR}/Makefile"