blob: 0f3d1da1ec0c398a1ff0a6fb08dfbc63f2e377f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PORTNAME= mcollective-service-agent
COMMENT= MCollective agent to manage the OS Services
# See MASTERDIR for MAINTAINER.
RUN_DEPENDS= mcollective-service-common>=${PORTVERSION}: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"
|