Lines 2-9
Link Here
|
2 |
# $FreeBSD: head/devel/py-stevedore/Makefile 414345 2016-04-30 13:13:06Z nivit $ |
2 |
# $FreeBSD: head/devel/py-stevedore/Makefile 414345 2016-04-30 13:13:06Z nivit $ |
3 |
PORTNAME= stevedore |
3 |
PORTNAME= stevedore |
4 |
PORTVERSION= 1.12.0 |
4 |
PORTVERSION= 1.17.1 |
5 |
#PORTREVISION= 0 |
|
|
6 |
CATEGORIES= devel |
5 |
CATEGORIES= devel |
7 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 13-21
Link Here
|
13 |
LICENSE= APACHE20 |
12 |
LICENSE= APACHE20 |
14 |
BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=1.3.0:devel/py-pbr # <2.0 |
13 |
BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr # <2.0 |
15 |
RUN_DEPENDS= ${PKGNAMEPREFIX}argparse>=1.2.1:devel/py-argparse \ |
14 |
RUN_DEPENDS= ${PKGNAMEPREFIX}argparse>=1.2.1:devel/py-argparse \ |
16 |
${PKGNAMEPREFIX}pbr>=1.3.0:devel/py-pbr \ |
15 |
${PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr \ |
17 |
${PKGNAMEPREFIX}six>=1.9.0:devel/py-six |
16 |
${PKGNAMEPREFIX}six>=1.9.0:devel/py-six |
18 |
USES= python |
17 |
USES= python |