freebsd-ports/net-mgmt/py-nxapi-plumbing/Makefile
Kai Knoblich 5c73f7efd0 New port: net-mgmt/py-nxapi-plumbing: Low-level library for managing Cisco
devices through NX-API

Low-level library for managing Cisco devices through NX-API using JSON-RPC
and XML.

It's the successor of net-mgmt/py-pynxos with a more open license. Thus this
port has been repocopied from net-mgmt/py-pynxos .

WWW: https://github.com/ktbyers/nxapi-plumbing

Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19288
2019-03-03 16:19:04 +00:00

27 lines
755 B
Makefile

# $FreeBSD$
PORTNAME= nxapi-plumbing
DISTVERSION= 0.5.2
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:C/-/_/}-${DISTVERSION}
MAINTAINER= kai@FreeBSD.org
COMMENT= Manage Cisco devices through NX-API using XML/JSON-RPC
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scp>=0:security/py-scp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>