Lines 1-7
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= pynxos |
3 |
PORTNAME= pynxos |
4 |
DISTVERSION= 0.0.3 |
4 |
DISTVERSION= 0.0.4 |
5 |
CATEGORIES= net-mgmt python |
5 |
CATEGORIES= net-mgmt python |
6 |
MASTER_SITES= CHEESESHOP |
6 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 16-22
Link Here
|
16 |
and THERE IS NO WARRANTY FOR THIS PROGRAM. |
16 |
and THERE IS NO WARRANTY FOR THIS PROGRAM. |
17 |
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept |
17 |
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept |
18 |
|
18 |
|
19 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \ |
19 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ |
20 |
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \ |
20 |
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \ |
21 |
${PYTHON_PKGNAMEPREFIX}scp>0:security/py-scp@${PY_FLAVOR} |
21 |
${PYTHON_PKGNAMEPREFIX}scp>0:security/py-scp@${PY_FLAVOR} |
22 |
|
22 |
|