1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/security/openvas9-libraries/Makefile
Jose Alonso Cardenas Marquez 0c86153793 - New port: security/openvas9-libraries
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/
2017-08-03 22:36:54 +00:00

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"