Files
ports/security/py-python-gvm/Makefile
T
Jose Alonso Cardenas Marquez 0cca7195e1 security/gvm: Update to 24.1.2
databases/pg-gvm: Update to 22.6.6
security/gsa: Update to 24.1.0 (Only amd64 and aarch64)
security/gsad: Update to 24.1.0
security/openvas: Update to 23.14.0
security/gvmd: Update to 24.1.2
security/gvm-libs: 22.15.0
security/py-notus-scanner: Update to 22.6.5
security/py-greenbone-feed-sync: Update to 24.9.0
security/py-ospd-openvas: Bump PORTREVISION
security/py-gvm-tools: Update to 24.12.1
security/py-python-gvm: Update to 24.12.0
2024-12-22 15:41:49 -08:00

34 lines
784 B
Makefile

PORTNAME= python-gvm
DISTVERSION= 24.12.0
DISTVERSIONPREFIX= v
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= The Greenbone Vulnerability Management Python API library
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= autoplist pep517
NO_ARCH= yes
post-extract:
${MV} ${WRKSRC}/tests ${WRKSRC}/gvm/
post-patch:
${REINPLACE_CMD} -i "" -e 's|/run/gvmd/|/var/run/gvmd/|g' \
${WRKSRC}/gvm/connections/_unix.py
${REINPLACE_CMD} -e 's|, { include = "tests", format = "sdist" }||g' \
${WRKSRC}/pyproject.toml
.include <bsd.port.mk>