blob: 6fdc9a4f6c86fa741d01706d8fd8d4d4ba56ae10 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= Nmap-Parser
PORTVERSION= 1.37
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Parse nmap scan data with perl
WWW= https://metacpan.org/release/Nmap-Parser
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-XML-Twig>=3.16:textproc/p5-XML-Twig
RUN_DEPENDS:= ${BUILD_DEPENDS} \
nmap:security/nmap
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|