freebsd-ports/sysutils/azure-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

32 lines
615 B
Makefile

# $FreeBSD$
PORTNAME= azure-agent
PORTVERSION= ${GH_TAGNAME}.11
CATEGORIES= sysutils
MAINTAINER= gjb@FreeBSD.org
COMMENT= The Microsoft Azure Linux Agent
LICENSE= APACHE20
RUN_DEPENDS= python:${PORTSDIR}/lang/python \
sudo:${PORTSDIR}/security/sudo \
bash:${PORTSDIR}/shells/bash \
${PYTHON_PKGNAMEPREFIX}asn1>=0:${PORTSDIR}/devel/py-asn1
NO_BUILD= yes
USES= python:2
USE_GITHUB= yes
GH_ACCOUNT= Azure
GH_PROJECT= WALinuxAgent
GH_TAGNAME= 2.0
PLIST_FILES= sbin/waagent
.include <bsd.port.options.mk>
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/waagent ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>