mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
a2bd7c908e
The Open Vulnerability Assessment System (OpenVAS) is a framework of several services and tools offering a comprehensive and powerful vulnerability scanning and vulnerability management solution. This package contains a command-line tool to control the OpenVAS Manager and a Nagios plugin. WWW: http://www.openvas.org/
20 lines
420 B
Makefile
20 lines
420 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openvas9-cli
|
|
PORTVERSION= 1.4.5
|
|
MASTER_SITES= http://wald.intevation.org/frs/download.php/2397/
|
|
|
|
COMMENT= OpenVAS 9 command-line interface and Nagios plugin
|
|
|
|
CONFLICTS?= ${PORTNAME:S/${OPENVAS_VER}/8/}-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../../security/openvas8-cli
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
PATCHDIR= ${.CURDIR}/files
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
OPENVAS_VER= 9
|
|
|
|
.include "${MASTERDIR}/Makefile"
|