c0a79151b0
Ruby library for Nessus (version 6+) JSON/REST interface. This library is used for communication with Nessus over REST interface. You can start, stop, pause and resume scan. Watch progress and status of scan, download report, etc.
12 lines
325 B
Makefile
12 lines
325 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/10/17 18:33:09 minskim Exp $
|
|
|
|
DISTNAME= nessus_rest-0.1.6
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/kost/nessus_rest-ruby
|
|
COMMENT= Ruby library for Nessus JSON/REST interface
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|