2016-03-15 11:46:20 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= docker-py
|
|
|
|
PORTVERSION= 1.7.2
|
2017-05-29 16:50:08 +02:00
|
|
|
PORTREVISION= 1
|
2016-03-15 11:46:20 +01:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= wg@FreeBSD.org
|
|
|
|
COMMENT= API client for docker written in Python
|
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}websocket-client>0:www/py-websocket-client@${FLAVOR}
|
2017-05-29 16:50:08 +02:00
|
|
|
|
2016-03-15 11:46:20 +01:00
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|