2e27feb379
This Ruby gem is used for communication with OpenVAS manager over OMP. You can start, stop, pause and resume scan. Watch progress and status of scan, download report, etc. WWW: https://github.com/kost/openvas-omp-ruby
20 lines
302 B
Makefile
20 lines
302 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= openvas-omp
|
|
PORTVERSION= 0.0.4
|
|
CATEGORIES= security rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= Communicate with OpenVAS manager through OMP
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
NO_ARCH= yes
|
|
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|