The following ports part of security gvm were updated security/gvmd: Update to 21.4.3 security/gvm-libs: Update to 21.4.2 security/openvas: Update to 21.4.2 security/py-ospd-openvas: Update to 21.4.2 security/py-ospd: Update to 21.4.3 security/greenbone-security-assistant: Update to 21.4.2 - Fix build on FreeBSD 11 [1] PR: 257653 Reported by: John Hein <jcfyecrayz _ at _ liamekaens.com> [1]
37 lines
1011 B
Makefile
37 lines
1011 B
Makefile
PORTNAME= gvm
|
|
PORTVERSION= 21.4.2
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Greenbone vulnerability management (metaport)
|
|
|
|
USES= metaport python:3.6+
|
|
|
|
# Install GVM libraries
|
|
RUN_DEPENDS+= ${LOCALBASE}/lib/libgvm_base.so:security/gvm-libs
|
|
|
|
# Install GVM Manager
|
|
RUN_DEPENDS+= ${LOCALBASE}/sbin/gvmd:security/gvmd
|
|
|
|
# Install Scanner wrapper for OSP
|
|
RUN_DEPENDS+= ${LOCALBASE}/bin/ospd-openvas:security/py-ospd-openvas@${PY_FLAVOR}
|
|
|
|
# Install OpenVAS Scanner
|
|
RUN_DEPENDS+= ${LOCALBASE}/sbin/openvas:security/openvas
|
|
|
|
# Install GVM Web Interface
|
|
RUN_DEPENDS+= ${LOCALBASE}/sbin/gsad:security/greenbone-security-assistant
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
OPTIONS_DEFINE= PYTHON-GVM GVM-TOOLS
|
|
OPTIONS_DEFAULT= PYTHON-GVM GVM-TOOLS
|
|
|
|
PYTHON-GVM_DESC= Install GVM python API library
|
|
GVM-TOOLS_DESC= Install GVM tools
|
|
|
|
PYTHON-GVM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-gvm>=0:security/py-python-gvm@${PY_FLAVOR}
|
|
GVM-TOOLS_RUN_DEPENDS= gvm-cli:security/py-gvm-tools@${PY_FLAVOR}
|
|
|
|
.include <bsd.port.mk>
|