aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcollective-nettest-agent/Makefile
blob: c17b8a9a6d2edabe0d9ebff8eb01e94f7152eb7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

PORTNAME=	mcollective-nettest-agent

COMMENT=	MCollective agent to test ICMP and TCP connectivity

# See MASTERDIR for MAINTAINER.

RUN_DEPENDS=	mcollective-nettest-common>=${PORTVERSION}:sysutils/mcollective-nettest-common \
		rubygem-net-ping>=1:net/rubygem-net-ping

MASTERDIR=	${.CURDIR}/../mcollective-nettest-common

PLIST_FILES=	share/mcollective/agent/nettest.rb

do-install:
	cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective

.include "${MASTERDIR}/Makefile"