aboutsummaryrefslogtreecommitdiffstats
path: root/net/p5-Net-Nessus-XMLRPC/Makefile
blob: ff98a9c821d48c936c4014cb9e7be4c483bbc9c3 (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
25
26
27
# 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>