pkgsrc/net/p5-Nmap-Parser/Makefile
wen 58fd9acbac Update to 1.31
Upstream changes:
Changes for 1.31
    - Eliminate global variables %D - thanks to bonsaiviking
Changes for 1.30
    - Merged features of pull request #6 (bonsaiviking)
        https://github.com/apersaud/Nmap-Parser/commit/7ccf752af
    - Allow osclass elements within osmatch, Nmap XML format changed in 6.00
2013-07-21 14:58:58 +00:00

21 lines
530 B
Makefile

# $NetBSD: Makefile,v 1.18 2013/07/21 14:58:58 wen Exp $
#
DISTNAME= Nmap-Parser-1.31
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
PERL5_PACKLIST= auto/Nmap/Parser/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"