diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-01-27 16:56:29 -0500 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2024-01-27 16:56:29 -0500 |
commit | f082c7dd00f62b8854e39cbbc97521bf6c2e9253 (patch) | |
tree | 54aae233fe1a018b75466cabc037fb4d7f426c41 /security/py-python-gvm/Makefile | |
parent | sysutils/lsblk: update to 3.8 (diff) |
security/gvm: fix build
- Add missing dependency
- Use autoplist instead of pkg-plist file
- Fix pkg-plist file
Reported by: pkg-fallout
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 |