mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
50f0e37e7c
Changelog: https://pypi.org/project/azure-common/1.1.23/ Reported by: portscout
18 lines
319 B
Makefile
18 lines
319 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= azure-common
|
|
PORTVERSION= 1.1.23
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Microsoft Azure common code
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= azurepy python zip
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|