1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/sysutils/mcollective-puppet-agent/Makefile
Steve Wills 977ea4142a This agent manages the puppet agent, unlike the older puppetd plugin this one
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>
2014-03-29 23:29:33 +00:00

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>