28 lines
820 B
Makefile
28 lines
820 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= pynxos
|
||
|
DISTVERSION= 0.0.3
|
||
|
CATEGORIES= net-mgmt python
|
||
|
MASTER_SITES= CHEESESHOP
|
||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||
|
|
||
|
MAINTAINER= freebsd_ports@k-worx.org
|
||
|
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
|
||
|
|
||
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${FLAVOR} \
|
||
|
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${FLAVOR} \
|
||
|
${PYTHON_PKGNAMEPREFIX}scp>0:security/py-scp@${FLAVOR}
|
||
|
|
||
|
USES= python
|
||
|
USE_PYTHON= distutils autoplist
|
||
|
NO_ARCH= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|