freebsd-ports/sysutils/azure-agent/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

33 lines
637 B
Makefile

# $FreeBSD$
PORTNAME= azure-agent
PORTVERSION= ${GH_TAGNAME}.16
CATEGORIES= sysutils
MAINTAINER= gjb@FreeBSD.org
COMMENT= The Microsoft Azure Linux Agent
LICENSE= APACHE20
RUN_DEPENDS= python:lang/python \
sudo:security/sudo \
bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1 \
${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
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>