ports/sysutils/py-azure-cli-profile/Makefile
Danilo G. Baio a75c9a190f sysutils/py-azure-cli-profile: Update to 2.1.5
Reported by:    portscout
2019-04-14 23:19:34 +00:00

21 lines
463 B
Makefile

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