ports/sysutils/py-azure-cli-find/Makefile
Danilo G. Baio 5279dbe000 sysutils/py-azure-cli-find: Update to 0.3.4
Reported by:	portscout
2019-06-20 17:31:43 +00:00

21 lines
457 B
Makefile

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