mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 04:00:41 -04:00
The following ports part of security gvm were updated security/gvmd: Update to 21.4.4 security/gvm-libs: Update to 21.4.3 security/openvas: Update to 21.4.3 security/py-ospd-openvas: Update to 21.4.3 security/py-ospd: Update to 21.4.4 security/greenbone-security-assistant: Update to 21.4.3 security/py-gvm-tools: Update to 21.10.0 security/py-python-gvm: Update to 21.10.0
37 lines
883 B
Makefile
37 lines
883 B
Makefile
PORTNAME= openvas
|
|
DISTVERSION= 21.4.3
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Open vulnerability assessment scanner
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
BUILD_DEPENDS= flex:textproc/flex
|
|
LIB_DEPENDS= libgvm_base.so:security/gvm-libs \
|
|
libgcrypt.so:security/libgcrypt \
|
|
libpcap.so.1:net/libpcap \
|
|
libksba.so:security/libksba \
|
|
libgpgme.so:security/gpgme \
|
|
libssh.so:security/libssh \
|
|
libgnutls.so:security/gnutls \
|
|
libnetsnmp.so:net-mgmt/net-snmp
|
|
RUN_DEPENDS= redis-server:databases/redis \
|
|
snmpget:net-mgmt/net-snmp \
|
|
rsync:net/rsync \
|
|
${PYTHON_PKGNAMEPREFIX}impacket>=0:net/py-impacket@${PY_FLAVOR}
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= greenbone
|
|
GH_PROJECT= ${PORTNAME}-scanner
|
|
|
|
USES= bison cmake gnome pkgconfig python:3.5+
|
|
USE_GNOME= glib20
|
|
|
|
USERS= gvm
|
|
GROUPS= ${USERS}
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}/var/run/ospd
|
|
|
|
.include <bsd.port.mk>
|