blob: 2ce9312b843856980a9402585a7bbfe8879f539a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= mcollective-puppet-client
COMMENT= MCollective client to manage the Puppet Agent
# See MASTERDIR for MAINTAINER.
RUN_DEPENDS= mcollective-puppet-common>=${PORTVERSION}:sysutils/mcollective-puppet-common
MASTERDIR= ${.CURDIR}/../mcollective-puppet-common
PLIST_FILES= share/mcollective/application/puppet.rb \
share/mcollective/aggregate/boolean_summary.ddl \
share/mcollective/aggregate/boolean_summary.rb
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} "aggregate application" ${STAGEDIR}${PREFIX}/share/mcollective
.include "${MASTERDIR}/Makefile"
|