blob: bbf0cfc77dccef7b3018387ab28ab548093ab075 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Created by: Anes Mukhametov <anes@anes.su>
PORTNAME= mcollective-puppet-agent
COMMENT= MCollective agent 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/agent/puppet.rb
do-install:
cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective
.include "${MASTERDIR}/Makefile"
|