2016-03-21 18:29:07 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= mcollective-nettest-client
|
|
|
|
|
|
|
|
COMMENT= MCollective client to test ICMP and TCP connectivity
|
|
|
|
|
|
|
|
# See MASTERDIR for MAINTAINER.
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= mcollective-nettest-common>=${PORTVERSION}:sysutils/mcollective-nettest-common
|
2016-03-21 18:29:07 +01:00
|
|
|
|
|
|
|
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"
|