head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.03.22.20.21.34;	author skv;	state Exp;
branches;
next	1.9;

1.9
date	2010.01.23.07.28.08;	author kuriyama;	state Exp;
branches;
next	1.8;

1.8
date	2009.04.13.09.56.32;	author dhn;	state Exp;
branches;
next	1.7;

1.7
date	2009.01.15.09.00.38;	author pav;	state Exp;
branches;
next	1.6;

1.6
date	2008.05.31.20.44.50;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.17.14.28.24;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2005.08.31.09.00.30;	author skv;	state Exp;
branches;
next	1.3;

1.3
date	2004.12.21.10.33.09;	author skv;	state Exp;
branches;
next	1.2;

1.2
date	2004.10.19.09.03.00;	author skv;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.04.14.04.45;	author skv;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Nmap-Scanner
# Date created:	   04 July 2003
# Whom:		   Sergey Skvortsov <skv@@protey.ru>
#
# $FreeBSD: head/security/p5-Nmap-Scanner/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Nmap-Scanner
PORTVERSION=	1.0
PORTREVISION=	4
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perform and manipulate nmap scans using perl

BUILD_DEPENDS=	nmap:${PORTSDIR}/security/nmap \
		p5-Class-Generate>=0:${PORTSDIR}/devel/p5-Class-Generate \
		p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Nmap::Scanner.3 Nmap::Scanner::Address.3 \
		Nmap::Scanner::Backend::Processor.3 \
		Nmap::Scanner::Backend::Results.3 Nmap::Scanner::ExtraPorts.3 \
		Nmap::Scanner::Host.3 Nmap::Scanner::HostList.3 Nmap::Scanner::Hostname.3 \
		Nmap::Scanner::Hosts.3 Nmap::Scanner::NmapRun.3 \
		Nmap::Scanner::OS.3 Nmap::Scanner::OS::Class.3 \
		Nmap::Scanner::OS::IPIdSequence.3 Nmap::Scanner::OS::Match.3 \
		Nmap::Scanner::OS::PortUsed.3 Nmap::Scanner::OS::TCPSequence.3 \
		Nmap::Scanner::OS::TCPTSSequence.3 Nmap::Scanner::OS::Uptime.3 \
		Nmap::Scanner::Port.3 Nmap::Scanner::PortList.3 Nmap::Scanner::RunStats.3 \
		Nmap::Scanner::RunStats::Finished.3 Nmap::Scanner::ScanInfo.3 \
		Nmap::Scanner::Scanner.3 Nmap::Scanner::Service.3 \
		Nmap::Scanner::OS::Fingerprint.3 Nmap::Scanner::Distance.3 \
		Nmap::Scanner::Task.3 Nmap::Scanner::TaskProgress.3 \
		Nmap::Scanner::Util::BannerScanner.3

post-configure:
	@@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile

.include <bsd.port.mk>
@


1.10
log
@- Add missing *_DEPENDS [1]
- pass maintainership to perl@@

PR:		ports/165888 [1]
Submitted by:	swills
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 3).

Approved by:	portmgr (itetcu)
@
text
@d10 1
a10 1
PORTREVISION=	3
d15 1
a15 1
MAINTAINER=	skv@@FreeBSD.org
d18 5
a22 6
BUILD_DEPENDS=	${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
		${SITE_PERL}/Class/Generate.pm:${PORTSDIR}/devel/p5-Class-Generate \
		nmap:${PORTSDIR}/security/nmap
RUN_DEPENDS=	${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX \
		${SITE_PERL}/Class/Generate.pm:${PORTSDIR}/devel/p5-Class-Generate \
		nmap:${PORTSDIR}/security/nmap
@


1.8
log
@- Chase nmap update
- Bump PORTREVSION

Approved by:	miwi  (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	2
a19 1
		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
a22 1
		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
@


1.7
log
@- Fix plist with perl 5.8.9
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.6
log
@- Update to 1.0
- Add missing dependency

PR:		120705
Submitted by:	lippe
Approved by:	maintainer timeout
@
text
@d10 1
d32 1
a32 1
		Nmap::Scanner::Host.3 Nmap::Scanner::Hostname.3 \
d38 1
a38 1
		Nmap::Scanner::Port.3 Nmap::Scanner::RunStats.3 \
d42 2
a43 1
		Nmap::Scanner::Task.3 Nmap::Scanner::TaskProgress.3
@


1.5
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d9 1
a9 1
PORTVERSION=	0.9
d17 7
a23 2
BUILD_DEPENDS=	${SITE_PERL}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
RUN_DEPENDS=	${BUILD_DEPENDS} \
d39 3
a41 1
		Nmap::Scanner::Scanner.3 Nmap::Scanner::Service.3
@


1.4
log
@Update to 0.9
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	../../authors/id/M/MA/MAXSCHUBE
@


1.3
log
@Fix pkg-plist.

Pointed by:	kris
@
text
@d9 1
a9 1
PORTVERSION=	0.7a
a21 2
WRKSRC=		${WRKDIR}/${PORTNAME}-0.7

d34 2
a35 2
		Nmap::Scanner::ScanInfo.3 Nmap::Scanner::Scanner.3 \
		Nmap::Scanner::Service.3
@


1.2
log
@Updated to 0.7a
@
text
@d29 3
a31 2
		Nmap::Scanner::Host.3 Nmap::Scanner::Hosts.3 \
		Nmap::Scanner::NmapRun.3 Nmap::Scanner::OS.3 \
@


1.1
log
@Add p5-Nmap-Scanner 0.5,
perform and manipulate nmap scans using
perl.
@
text
@d9 1
a9 1
PORTVERSION=	0.5
a11 1
#MASTER_SITE_SUBDIR=	Nmap
d21 2
@

