Files
ports/security/py-gvm-tools/Makefile
Jose Alonso Cardenas Marquez b0dbd49d80 security/gvm: Update to 25.2.1
databases/pg-gvm: Update to 22.6.9
security/gsa: Update to 24.6.1 (Only amd64 and aarch64)
security/gsad: Update to 24.2.4
security/openvas: Update to 23.16.1 [1]
security/gvmd: Update to 25.2.1
security/gvm-libs: 22.21.0
security/py-greenbone-feed-sync: Update to 25.1.0
security/py-ospd-openvas: Update to 22.8.2
security/py-gvm-tools: Update to 25.3.0
security/py-python-gvm: Update to 26.1.1

PR:		285582
Reported by:	wen [1]
2025-04-14 21:23:57 -07:00

33 lines
759 B
Makefile

PORTNAME= gvm-tools
DISTVERSION= 25.3.0
DISTVERSIONPREFIX= v
CATEGORIES= security python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= The Greenbone Vulnerability Management Tools
WWW= https://github.com/greenbone/gvm-tools
LICENSE= GPLv3+
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-gvm>=0:security/py-python-gvm@${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}/gvmtools/
${MV} ${WRKSRC}/scripts ${WRKSRC}/gvmtools/
post-patch:
${REINPLACE_CMD} '31,32d' ${WRKSRC}/pyproject.toml
.include <bsd.port.mk>