diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-01-11 12:44:02 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-01-11 12:44:02 +0000 |
commit | 95a82d6c5d12ee39e0cceb88ef11751ea1a41807 (patch) | |
tree | 3120f528176adb350f5d100c827bb40e7c33adcf | |
parent | e628120d672d3aee7514216462973092b4fc9106 (diff) | |
download | ports-95a82d6c5d12ee39e0cceb88ef11751ea1a41807.tar.gz ports-95a82d6c5d12ee39e0cceb88ef11751ea1a41807.zip |
Notes
-rw-r--r-- | net/p5-Net-Nessus-XMLRPC/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/p5-Net-Nessus-XMLRPC/Makefile b/net/p5-Net-Nessus-XMLRPC/Makefile index ce34c4492ad4..704ccd931532 100644 --- a/net/p5-Net-Nessus-XMLRPC/Makefile +++ b/net/p5-Net-Nessus-XMLRPC/Makefile @@ -9,9 +9,12 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KOST PKGNAMEPREFIX= p5- -MAINTAINER= pauls@utdallas.edu +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:${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 \ |