summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-03-18 18:04:09 +0000
committerSteve Wills <swills@FreeBSD.org>2012-03-18 18:04:09 +0000
commitc06c3bf04e0e9b493e3af63bef8279d699a1758e (patch)
treee4092ee58aa1b629a893dc965c93d5a53a43c67c /net
parentMany find Bugzilla's web-based UI inefficient. PyBugz is a command-line based (diff)
- Add missing DEPENDS
- Bump PORTREVISION PR: ports/165826 Approved by: Paul Schmehl <pauls@utdallas.edu> (maintainer) Feature safe: yes
Notes
Notes: svn path=/head/; revision=293526
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Nessus-XMLRPC/Makefile8
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