freebsd-ports/security/py-docker-pycreds/Makefile
Ryan Steinmetz 8a3b762dad - Update to 0.4.0 (unbreak docker-compose)
Submitted by:	Kevin Day <kevin@your.org>
2019-01-10 21:47:21 +00:00

20 lines
438 B
Makefile

# $FreeBSD$
PORTNAME= docker-pycreds
PORTVERSION= 0.4.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lifanov@FreeBSD.org
COMMENT= Python bindings for the docker credentials store API
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=1.4:devel/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>