diff options
Diffstat (limited to 'security/py-python-gvm/Makefile')
-rw-r--r-- | security/py-python-gvm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/py-python-gvm/Makefile b/security/py-python-gvm/Makefile index 2f1c3c94752a..a0827b961625 100644 --- a/security/py-python-gvm/Makefile +++ b/security/py-python-gvm/Makefile @@ -1,6 +1,7 @@ PORTNAME= python-gvm DISTVERSION= 24.1.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,12 +11,14 @@ WWW= https://github.com/greenbone/python-gvm LICENSE= GPLv3+ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} + USE_GITHUB= yes GH_ACCOUNT= greenbone GH_PROJECT= ${PORTNAME} USES= python -USE_PYTHON= pep517 +USE_PYTHON= autoplist pep517 NO_ARCH= yes |