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

PORTNAME=   mcollective-service-agent

COMMENT=    MCollective agent to manage the OS Services

# See MASTERDIR for MAINTAINER.

RUN_DEPENDS=    mcollective-service-common>=${PORTVERSION}:${PORTSDIR}/sysutils/mcollective-service-common

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

PLIST_FILES=    share/mcollective/agent/service.rb

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

.include "${MASTERDIR}/Makefile"