mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
23 lines
567 B
Makefile
23 lines
567 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= azure-storage-blob
|
|
PORTVERSION= 2.0.1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Microsoft Azure Storage Blob Client Library for Python
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1.5:www/py-azure-common@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}azure-storage-common>=2.0:devel/py-azure-storage-common@${PY_FLAVOR} \
|
|
${PY_FUTURES}
|
|
|
|
USES= azurepy python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|