1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Add net-mgmt/nrpe-ssl, a slave port to net-mgmt/nrpe but with SSL enabled by

default.
This commit is contained in:
Niclas Zeising 2014-04-06 09:59:10 +00:00
parent c082a48ac8
commit 73f0e8a7e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350346
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,14 @@
# Created by: Niclas Zeising <zeising@FreeBSD.org>
# $FreeBSD$
PKGNAMESUFFIX= -ssl
COMMENT= Nagios Remote Plugin Executor (SSL version)
CONFLICTS= nrpe-2.*
OPTIONS_SET= SSL
MASTERDIR= ${.CURDIR}/../nrpe
.include "${MASTERDIR}/Makefile"

View File

@ -14,13 +14,15 @@ RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagio
LATEST_LINK= nrpe2
CONFLICTS= nrpe-ssl-2.*
USES= perl5
USE_PERL5= build
USE_RC_SUBR= nrpe2
GNU_CONFIGURE= yes
OPTIONS_DEFINE= SSL ARGS
OPTIONS_DEFAULT= ARGS
OPTIONS_DEFAULT=ARGS
SSL_DESC= Enable SSL support (disables plain-text server)
ARGS_DESC= Enable command argument processing