18 lines
308 B
Makefile
18 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>
|