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:
parent
c082a48ac8
commit
73f0e8a7e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350346
14
net-mgmt/nrpe-ssl/Makefile
Normal file
14
net-mgmt/nrpe-ssl/Makefile
Normal 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"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user