diff --git a/security/py-pass-git-helper/Makefile b/security/py-pass-git-helper/Makefile index 213e96c9226f..e57b4a2329b5 100644 --- a/security/py-pass-git-helper/Makefile +++ b/security/py-pass-git-helper/Makefile @@ -1,23 +1,25 @@ PORTNAME= pass-git-helper PORTVERSION= 1.4.0 DISTVERSIONPREFIX= v CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ehaupt@FreeBSD.org COMMENT= Git credential helper interfacing with pass WWW= https://github.com/languitar/pass-git-helper LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>=0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} USES= python USE_GITHUB= yes GH_ACCOUNT= languitar USE_PYTHON= autoplist concurrent distutils pytest +NO_ARCH= yes + .include