blob: 1513c4f19f7852e879e8b7b5a7eff5a4428e64ba (
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
|
PORTNAME= Nmap-Scanner
PORTVERSION= 1.0
PORTREVISION= 5
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perform and manipulate nmap scans using perl
WWW= https://metacpan.org/release/Nmap-Scanner
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= nmap:security/nmap \
p5-Class-Generate>=0:devel/p5-Class-Generate \
p5-XML-SAX>=0:textproc/p5-XML-SAX \
p5-libwww>=0:www/p5-libwww
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|