opnsense-ports/sysutils/py-azure-cli-configure/Makefile
Franco Fichtner 7181555563 */*: sync with upstream
Taken from: HardenedBSD
2019-06-21 06:25:29 +02:00

21 lines
468 B
Makefile

# $FreeBSD$
PORTNAME= azure-cli-configure
PORTVERSION= 2.0.24
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Microsoft Azure Command-Line Tools Configure 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>