Update www/pecl-solr to version 2.4.0
[dports.git] / sysutils / mcollective-puppet-client / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       mcollective-puppet-client
4
5 COMMENT=        MCollective client to manage the Puppet Agent
6
7 # See MASTERDIR for MAINTAINER.
8
9 RUN_DEPENDS=    mcollective-puppet-common>=${PORTVERSION}:sysutils/mcollective-puppet-common
10
11 MASTERDIR=      ${.CURDIR}/../mcollective-puppet-common
12
13 PLIST_FILES=    share/mcollective/application/puppet.rb \
14                 share/mcollective/aggregate/boolean_summary.ddl \
15                 share/mcollective/aggregate/boolean_summary.rb
16
17 do-install:
18         cd ${WRKSRC} && ${COPYTREE_SHARE} "aggregate application" ${STAGEDIR}${PREFIX}/share/mcollective
19
20 .include "${MASTERDIR}/Makefile"