Update sysutils/filelight to version 20.04.0
[dports.git] / sysutils / mcollective-actionpolicy-auth / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       mcollective-actionpolicy-auth
4 PORTVERSION=    2.2.0
5 CATEGORIES=     sysutils
6
7 MAINTAINER=     puppet@FreeBSD.org
8 COMMENT=        MCollective Authorization plugin allowing fine grained ACLs
9
10 LICENSE=        APACHE20
11
12 DEPRECATED=     Agents are better distributed through the Puppet forge
13
14 RUN_DEPENDS=    mcollective>=2:sysutils/mcollective
15
16 USE_GITHUB=     yes
17 GH_ACCOUNT=     puppetlabs
18 SUB_FILES=      pkg-message
19
20 NO_BUILD=       yes
21 NO_ARCH=        yes
22
23 PLIST_FILES=    share/mcollective/util/actionpolicy.ddl \
24                 share/mcollective/util/actionpolicy.rb
25 PLIST_DIRS=     etc/mcollective/policies
26
27 .if !target(do-install)
28 do-install:
29         cd ${WRKSRC} && ${COPYTREE_SHARE} "util" ${STAGEDIR}${PREFIX}/share/mcollective
30         ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mcollective/policies
31 .endif
32
33 .include <bsd.port.mk>