diff options
Diffstat (limited to 'net/p5-Net-Nessus-XMLRPC')
-rw-r--r-- | net/p5-Net-Nessus-XMLRPC/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/p5-Net-Nessus-XMLRPC/Makefile b/net/p5-Net-Nessus-XMLRPC/Makefile index d1cf04a58bc7..e68e0a0d07bb 100644 --- a/net/p5-Net-Nessus-XMLRPC/Makefile +++ b/net/p5-Net-Nessus-XMLRPC/Makefile @@ -7,6 +7,7 @@ PORTNAME= Net-Nessus-XMLRPC PORTVERSION= 0.30 +PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KOST @@ -15,7 +16,12 @@ 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 +BUILD_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww +RUN_DEPENDS:= ${BUILD_DEPENDS} + PERL_CONFIGURE= yes MAN3= Net::Nessus::XMLRPC.3 |