diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-06 09:59:10 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2014-04-06 09:59:10 +0000 |
commit | 73f0e8a7e7aa02c19103b84f7998edc2deb06875 (patch) | |
tree | 72a88ce2604c27ea76e6cd3ef588b1325d221009 /net-mgmt/nrpe-ssl | |
parent | c082a48ac83ae2c0855fb19ea7100a9a7facfc61 (diff) |
Notes
Diffstat (limited to 'net-mgmt/nrpe-ssl')
-rw-r--r-- | net-mgmt/nrpe-ssl/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mgmt/nrpe-ssl/Makefile b/net-mgmt/nrpe-ssl/Makefile new file mode 100644 index 000000000000..11b538196b80 --- /dev/null +++ b/net-mgmt/nrpe-ssl/Makefile @@ -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" |