blob: ce34c4492ad46f2b56a6fe3a3cbaf1762784aec7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Paul Schmehl <pauls@utdallas.edu>
# $FreeBSD$
PORTNAME= Net-Nessus-XMLRPC
PORTVERSION= 0.30
PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KOST
PKGNAMEPREFIX= p5-
MAINTAINER= pauls@utdallas.edu
COMMENT= Perl5 interface for communication with Nessus scanner over XMLRPC
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}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|