1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net-mgmt/py-pynxos/Makefile
Kai Knoblich 9fe9a5b13d net-mgmt/py-pynxos: Update to 0.0.5
* Upstream switched to a more open license
* Also pet portlint while I'm here

Approved by:	mentors (implicit)
2019-04-28 17:10:02 +00:00

24 lines
554 B
Makefile

# $FreeBSD$
PORTNAME= pynxos
DISTVERSION= 0.0.5
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kai@FreeBSD.org
COMMENT= Python client for managing Cisco NX-OS devices through NX-API
LICENSE= APACHE20
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=2.7.0:www/py-requests@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scp>0:security/py-scp@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>