freebsd-ports/security/p5-Nmap-Parser/Makefile
Philippe Audeoud 5cee628863 - Update to 1.37
- Added starttime attributes and subroutine
2019-05-16 18:29:16 +00:00

24 lines
470 B
Makefile

# Created by: Joshua D. Abraham <jabra@ccs.neu.edu>
# $FreeBSD$
PORTNAME= Nmap-Parser
PORTVERSION= 1.37
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Parse nmap scan data with perl
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>