ports/sysutils/py-packet-python/Makefile
Dave Cottlehuber 321e5c4d1b new port: sysutils/py-packet-python: provides packet.net API wrapper
packet.net is a "bare metal as a service" infrastructure provider, with
a python-enabled API. This module plays nicely with ansible, see
upstream module docs for that integration.

Approved by:	jrm (mentor)
Differential Revision:	https://reviews.freebsd.org/D17517
2018-10-23 22:41:12 +00:00

21 lines
415 B
Makefile

# $FreeBSD$
PORTNAME= packet-python
DISTVERSION= 1.37.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dch@FreeBSD.org
COMMENT= Python client for Packet.net API
LICENSE= LGPL3+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>2.18.0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist concurrent
NO_ARCH= yes
.include <bsd.port.mk>