freebsd-ports/net/p5-Net-Nessus-XMLRPC/Makefile
Steve Wills c06c3bf04e - Add missing DEPENDS
- Bump PORTREVISION

PR:		ports/165826
Approved by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
Feature safe:	yes
2012-03-18 18:04:09 +00:00

29 lines
774 B
Makefile

# ports collection makefile for: perl extension for connectiong to a Nessus server
# Date created: 25 January 2011
# Whom: Paul Schmehl <pauls@utdallas.edu>
#
# $FreeBSD$
#
PORTNAME= Net-Nessus-XMLRPC
PORTVERSION= 0.30
PORTREVISION= 1
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}
PERL_CONFIGURE= yes
MAN3= Net::Nessus::XMLRPC.3
.include <bsd.port.mk>