597afc47ba
With hat: portmgr Sponsored by: Absolight
33 lines
637 B
Makefile
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>
|