mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
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
17 lines
320 B
Makefile
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>
|