8d6597e0bb
With hat: portmgr Sponsored by: Absolight
27 lines
629 B
Makefile
27 lines
629 B
Makefile
# 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= bofh@FreeBSD.org
|
|
COMMENT= Perl5 interface for communication with Nessus scanner over XMLRPC
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \
|
|
p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
|
|
p5-XML-Simple>=0:textproc/p5-XML-Simple \
|
|
p5-libwww>=0:www/p5-libwww
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|