17 lines
319 B
Makefile
17 lines
319 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= azure-common
|
|
PORTVERSION= 1.1.25
|
|
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>
|