Lines 2-16
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= msrest |
4 |
PORTNAME= msrest |
5 |
PORTVERSION= 0.4.29 |
5 |
DISTVERSIONPREFIX= v |
|
|
6 |
DISTVERSION= 0.5.4 |
6 |
CATEGORIES= net-mgmt python |
7 |
CATEGORIES= net-mgmt python |
7 |
MASTER_SITES= CHEESESHOP |
|
|
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
|
9 |
|
10 |
MAINTAINER= sunpoet@FreeBSD.org |
10 |
MAINTAINER= sunpoet@FreeBSD.org |
11 |
COMMENT= AutoRest swagger generator Python client runtime |
11 |
COMMENT= AutoRest swagger generator Python client runtime |
12 |
|
12 |
|
13 |
LICENSE= MIT |
13 |
LICENSE= MIT |
|
|
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE.md |
14 |
|
15 |
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${PY_FLAVOR} \ |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${PY_FLAVOR} \ |
16 |
${PY_ENUM34} \ |
17 |
${PY_ENUM34} \ |
Lines 21-25
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=2017.4.17:security/py-certifi@${PY_
Link Here
|
21 |
NO_ARCH= yes |
22 |
NO_ARCH= yes |
22 |
USES= python |
23 |
USES= python |
23 |
USE_PYTHON= autoplist concurrent distutils |
24 |
USE_PYTHON= autoplist concurrent distutils |
|
|
25 |
USE_GITHUB= yes |
26 |
GH_ACCOUNT= Azure |
27 |
GH_PROJECT= ${PORTNAME}-for-python |
24 |
|
28 |
|
25 |
.include <bsd.port.mk> |
29 |
.include <bsd.port.mk> |