ports/devel/py-gs_api_client/Makefile
Vinícius Zavam f9444ecef8 [NEW] devel/py-gs_api_client: Official Python wrapper for gridscale's API.
It allows you to manage your own infrastructure from your own
  applications, or from the command line.

  WWW: https://pypi.org/project/gs-api-client
2020-05-21 20:15:05 +00:00

17 lines
320 B
Makefile

# $FreeBSD$
PORTNAME= gs_api_client
PORTVERSION= 1.0.3
CATEGORIES= devel net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= egypcio@FreeBSD.org
COMMENT= Official Python wrapper for gridscale's API
LICENSE= MIT
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>