blob: e8e808aa480689fb936b99c8f7936a3e8d3c9e77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= mcollective-nettest-client
COMMENT= MCollective client to test ICMP and TCP connectivity
# See MASTERDIR for MAINTAINER.
RUN_DEPENDS= mcollective-nettest-common>=${PORTVERSION}: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"
|