mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
0c86153793
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 core libraries. WWW: http://www.openvas.org/
20 lines
403 B
Makefile
20 lines
403 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openvas9-libraries
|
|
PORTVERSION= 9.0.1
|
|
MASTER_SITES= http://wald.intevation.org/frs/download.php/2420/
|
|
|
|
COMMENT= OpenVAS 9 libraries
|
|
|
|
CONFLICTS= ${PORTNAME:S/${OPENVAS_VER}/8/}-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../../security/openvas8-libraries
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
PATCHDIR= ${.CURDIR}/files
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
OPENVAS_VER= 9
|
|
|
|
.include "${MASTERDIR}/Makefile"
|