freebsd-ports/devel/py-docker-py/Makefile
William Grzybowski b2ca0db274 devel/py-docker-py: API client for docker written in Python
A Python library for the Docker Remote API. It does everything the docker
command does, but from within Python: run containers, manage them, pull/push
images, etc.

WWW: https://github.com/docker/docker-py
2016-03-15 10:46:20 +00:00

17 lines
308 B
Makefile

# $FreeBSD$
PORTNAME= docker-py
PORTVERSION= 1.7.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= API client for docker written in Python
LICENSE= APACHE20
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>