16 lines
260 B
Makefile
16 lines
260 B
Makefile
|
COMMENT= communicate with OpenVAS manager through OMP
|
||
|
|
||
|
DISTNAME= openvas-omp-0.0.4
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||
|
|
||
|
# Unlicense
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MODULES= lang/ruby
|
||
|
|
||
|
CONFIGURE_STYLE= ruby gem
|
||
|
|
||
|
.include <bsd.port.mk>
|