mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
977ea4142a
supports Puppet 3 and recent changes made to its locking and status files. WWW: https://github.com/puppetlabs/mcollective-puppet-agent/ PR: ports/186532 Submitted by: Anes Mukhametov <anes@anes.su>
28 lines
565 B
Makefile
28 lines
565 B
Makefile
# Created by: Anes Mukhametov <anes@anes.su>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mcollective-puppet-agent
|
|
PORTVERSION= 1.7.0
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= anes@anes.su
|
|
COMMENT= Puppet agent manager for mcollective
|
|
|
|
RUN_DEPENDS= mcollective>=2:${PORTSDIR}/sysutils/mcollective
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= puppetlabs
|
|
GH_PROJECT= ${PORTNAME}
|
|
GH_TAGNAME= ${PORTVERSION}
|
|
GH_COMMIT= 6e565cb
|
|
|
|
NO_BUILD= yes
|
|
|
|
MCOLLECTIVEDIR= ${STAGEDIR}${PREFIX}/share/mcollective
|
|
|
|
do-install:
|
|
@${MKDIR} ${MCOLLECTIVEDIR}
|
|
@cd ${WRKSRC} && ${PAX} -r -w . ${MCOLLECTIVEDIR}
|
|
|
|
.include <bsd.port.mk>
|