Update databases/mariadb105-server to version 10.5.17
[dports.git] / sysutils / mcollective-service-agent / Makefile
1 PORTNAME=       mcollective-service-agent
2
3 COMMENT=        MCollective agent to manage the OS Services
4
5 # See MASTERDIR for MAINTAINER.
6
7 RUN_DEPENDS=    mcollective-service-common>=${PORTVERSION}:sysutils/mcollective-service-common
8
9 MASTERDIR=      ${.CURDIR}/../mcollective-service-common
10
11 PLIST_FILES=    share/mcollective/agent/service.rb
12
13 do-install:
14         cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective
15
16 .include "${MASTERDIR}/Makefile"