freebsd-ports/security/py-docker-pycreds/Makefile
Muhammad Moinur Rahman df759215dc security/py-docker-pycreds: Fix RUN_DEPENDS
- Mark NO_ARCH
- Take MAINTAINERSHIP
2022-06-16 15:40:32 -05:00

20 lines
443 B
Makefile

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