pkgsrc/net/p5-Nmap-Parser/Makefile
sno 7f629d1673 Updating net/p5-Nmap-Parser from 1.19 to 1.20
Upstream changes:
Changes for 1.20
	- Solved Issue 2: Host-specific start_time and end_time.
	- Applied Patch provided by briandlong on retrieving
	  start_time and end_time attributes for host.
	- Solved Issue 6: _del_port not removing port 0.
	- Thomas Equeter submitted patch to support traceroute in nmap
	  output.
2010-03-10 18:24:59 +00:00

22 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.11 2010/03/10 18:24:59 sno Exp $
#
DISTNAME= Nmap-Parser-1.2
PKGNAME= p5-${DISTNAME}0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Nmap/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Nmap-Parser/
COMMENT= Parse nmap scan data with perl
LICENSE= mit
DEPENDS+= p5-XML-Twig>=3.16:../../textproc/p5-XML-Twig
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Nmap/Parser/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"