freebsd-ports/sysutils/mcollective-puppet-agent/Makefile
Mathieu Arnold fb4deed873 Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 20:24:15 +00:00

24 lines
495 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
NO_BUILD= yes
MCOLLECTIVEDIR= ${STAGEDIR}${PREFIX}/share/mcollective
do-install:
@${MKDIR} ${MCOLLECTIVEDIR}
@cd ${WRKSRC} && ${PAX} -r -w . ${MCOLLECTIVEDIR}
.include <bsd.port.mk>