View | Details | Raw Unified | Return to bug 120908
Collapse All | Expand All

(-)Makefile (-4 / +4 lines)
Lines 6-21 Link Here
6
#
6
#
7
7
8
PORTNAME=	Nmap-Parser
8
PORTNAME=	Nmap-Parser
9
PORTVERSION=	1.12
9
PORTVERSION=	1.13
10
CATEGORIES=	security perl5
10
CATEGORIES=	security perl5
11
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
11
MASTER_SITES=	CPAN
12
MASTER_SITE_SUBDIR=	../../authors/id/A/AP/APERSAUD
13
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
14
13
15
MAINTAINER=	jabra@ccs.neu.edu
14
MAINTAINER=	jabra@ccs.neu.edu
16
COMMENT=	Parse nmap scan data with perl
15
COMMENT=	Parse nmap scan data with perl
17
16
18
BUILD_DEPENDS=	${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig
17
BUILD_DEPENDS=	p5-XML-Twig>=3.16:${PORTSDIR}/textproc/p5-XML-Twig \
18
		p5-Storable>=2:${PORTSDIR}/devel/p5-Storable
19
RUN_DEPENDS=	${BUILD_DEPENDS} \
19
RUN_DEPENDS=	${BUILD_DEPENDS} \
20
		nmap:${PORTSDIR}/security/nmap
20
		nmap:${PORTSDIR}/security/nmap
21
21
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (Nmap-Parser-1.12.tar.gz) = ea2732f02f34dda18a89018c57af040d
1
MD5 (Nmap-Parser-1.13.tar.gz) = 0539a01e5f477d37056959c87d95964b
2
SHA256 (Nmap-Parser-1.12.tar.gz) = 9d0334298128787d5455454dad04b27552f3520839e3d0c215102116634f3163
2
SHA256 (Nmap-Parser-1.13.tar.gz) = de345bb1dd6a7abe575191d156dc15ea0e1995ba06681f428907aad5267789de
3
SIZE (Nmap-Parser-1.12.tar.gz) = 30613
3
SIZE (Nmap-Parser-1.13.tar.gz) = 33839

Return to bug 120908