opnsense-ports/devel/py-docker-py/Makefile
Franco Fichtner 0de111d2d0 */*: sync with upstream
Taken from: FreeBSD
2016-03-16 06:45:11 +01: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>