64a183d46f
This library 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.
12 lines
330 B
Makefile
12 lines
330 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/10/17 19:38:12 minskim Exp $
|
|
|
|
DISTNAME= openvas-omp-0.0.4
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://rubygems.org/gems/openvas-omp
|
|
COMMENT= Ruby library for communication with OpenVAS manager
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|