2018-04-05 06:59:08 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pynxos
|
2018-07-08 18:19:05 +02:00
|
|
|
DISTVERSION= 0.0.4
|
2018-04-05 06:59:08 +02:00
|
|
|
CATEGORIES= net-mgmt python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2019-02-01 19:55:18 +01:00
|
|
|
MAINTAINER= kai@FreeBSD.org
|
2018-04-05 06:59:08 +02:00
|
|
|
COMMENT= Python client for managing Cisco NX-OS devices through NX-API
|
|
|
|
|
|
|
|
LICENSE= UNKNOWN
|
|
|
|
LICENSE_NAME= unknown
|
|
|
|
LICENSE_TEXT= This program is NOT in public domain.\
|
|
|
|
It can be freely distributed for non-commercial purposes only,\
|
|
|
|
and THERE IS NO WARRANTY FOR THIS PROGRAM.
|
|
|
|
LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept
|
|
|
|
|
2018-07-08 18:19:05 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
|
2018-06-20 19:05:41 +02:00
|
|
|
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}scp>0:security/py-scp@${PY_FLAVOR}
|
2018-04-05 06:59:08 +02:00
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|