From e54e754eebca355f8778c86f7a9a6840e5c57689 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 21 Mar 2016 17:29:07 +0000 Subject: Add mcollective-nettest-client , MCollective client to test ICMP and TCP connectivity. --- sysutils/mcollective-nettest-client/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 sysutils/mcollective-nettest-client/Makefile (limited to 'sysutils/mcollective-nettest-client') diff --git a/sysutils/mcollective-nettest-client/Makefile b/sysutils/mcollective-nettest-client/Makefile new file mode 100644 index 000000000000..4aff4c02af80 --- /dev/null +++ b/sysutils/mcollective-nettest-client/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= mcollective-nettest-client + +COMMENT= MCollective client to test ICMP and TCP connectivity + +# See MASTERDIR for MAINTAINER. + +RUN_DEPENDS= mcollective-nettest-common>=${PORTVERSION}:${PORTSDIR}/sysutils/mcollective-nettest-common + +MASTERDIR= ${.CURDIR}/../mcollective-nettest-common + +PLIST_FILES= share/mcollective/aggregate/nettest_mma.ddl \ + share/mcollective/aggregate/nettest_mma.rb \ + share/mcollective/application/nettest.rb + +do-install: + cd ${WRKSRC} && ${COPYTREE_SHARE} "aggregate application/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3