freebsd-ports/security/rubygem-openvas-omp/Makefile
Antoine Brodin 2e27feb379 New port: security/rubygem-openvas-omp
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
2016-08-29 15:45:18 +00:00

19 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>