diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-16 15:40:32 -0500 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-06-16 15:40:32 -0500 |
commit | df759215dca39651043e1d056f2beee8f8ae6699 (patch) | |
tree | 8eec56ebe6e554e5c2272364451d966448f4a12b /security/py-docker-pycreds | |
parent | devel/py-docker-py: Update version 1.7.2=>1.10.6 (diff) |
security/py-docker-pycreds: Fix RUN_DEPENDS
- Mark NO_ARCH
- Take MAINTAINERSHIP
Diffstat (limited to 'security/py-docker-pycreds')
-rw-r--r-- | security/py-docker-pycreds/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/py-docker-pycreds/Makefile b/security/py-docker-pycreds/Makefile index 2bcf5ee253ab..4002d6b00b60 100644 --- a/security/py-docker-pycreds/Makefile +++ b/security/py-docker-pycreds/Makefile @@ -4,15 +4,17 @@ CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +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:devel/py-six@${PY_FLAVOR} +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> |