Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/net/py-novaclient/Makefile 405309 2016-01-05 17:57:54Z rakuco $ |
2 |
# $FreeBSD: head/net/py-novaclient/Makefile 405309 2016-01-05 17:57:54Z rakuco $ |
3 |
PORTNAME= novaclient |
3 |
PORTNAME= novaclient |
4 |
PORTVERSION= 2.6.8 |
4 |
PORTVERSION= 3.2.0 |
5 |
CATEGORIES= net python |
5 |
CATEGORIES= net python |
6 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 11-19
Link Here
|
11 |
MAINTAINER= novel@FreeBSD.org |
11 |
MAINTAINER= novel@FreeBSD.org |
12 |
COMMENT= Client for the OpenStack Nova API |
12 |
COMMENT= Client for the OpenStack Nova API |
13 |
# Newer releases do exist in PyPI. |
|
|
14 |
BROKEN= unfetchable |
15 |
|
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0:${PORTSDIR}/devel/py-argparse \ |
13 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argparse>=0:${PORTSDIR}/devel/py-argparse \ |
17 |
${PYTHON_PKGNAMEPREFIX}prettytable>=0:${PORTSDIR}/devel/py-prettytable \ |
14 |
${PYTHON_PKGNAMEPREFIX}prettytable>=0:${PORTSDIR}/devel/py-prettytable \ |
18 |
${PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 |
15 |
${PKGNAMEPREFIX}httplib2>=0:${PORTSDIR}/www/py-httplib2 |