opnsense-ports/sysutils/py-azure-cli-cloud/Makefile
Franco Fichtner 3f7cf4a527 */*: sync with upstream
Taken from: HardenedBSD
2019-01-26 17:46:29 +01:00

21 lines
459 B
Makefile

# $FreeBSD$
PORTNAME= azure-cli-cloud
PORTVERSION= 2.1.0
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Command-Line Tools Cloud Command Module
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-cli-core>=0:sysutils/py-azure-cli-core@${PY_FLAVOR}
USES= azurepy python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
.include <bsd.port.mk>