fb4deed873
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
24 lines
495 B
Makefile
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>
|