c600219853
You can start, stop, pause and resume scan. Watch progress and status of scan, download report, etc. WWW: http://www.cpan.org/modules/by-authors/id/K/KO/KOST PR: ports/154346 Submitted by: Paul Schmehl <pauls at utdallas.edu> Feature safe: yes
23 lines
587 B
Makefile
23 lines
587 B
Makefile
# ports collection makefile for: perl extension for connectiong to a Nessus server
|
|
# Date created: 25 January 2011
|
|
# Whom: Paul Schmehl <pauls@utdallas.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Nessus-XMLRPC
|
|
PORTVERSION= 0.30
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../by-authors/id/K/KO/KOST
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pauls@utdallas.edu
|
|
COMMENT= Perl5 interface for communication with Nessus scanner over XMLRPC
|
|
|
|
RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Nessus::XMLRPC.3
|
|
|
|
.include <bsd.port.mk>
|