184d4d4221
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 the OpenVAS Manager which provides services on top of the OpenVAS Scanner to manage scan results, configurations and user access control. WWW: http://www.openvas.org/
19 lines
394 B
Makefile
19 lines
394 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openvas9-manager
|
|
PORTVERSION= 7.0.2
|
|
MASTER_SITES= http://wald.intevation.org/frs/download.php/2448/
|
|
|
|
COMMENT= OpenVAS 9 manager
|
|
|
|
CONFLICTS= ${PORTNAME:S/${OPENVAS_VER}/8/}-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../../security/openvas8-manager
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
PATCHDIR= ${.CURDIR}/files
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
OPENVAS_VER= 9
|
|
|
|
.include "${MASTERDIR}/Makefile"
|