17 lines
325 B
Makefile
17 lines
325 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gs_api_client
|
|
PORTVERSION= 1.1.1
|
|
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:3.6+
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|