head	1.5;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2013.03.16.22.20.07;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2013.03.16.02.42.26;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.11.17.06.01.15;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.01.21.17.39.52;	author eadler;	state Exp;
branches;
next	1.1;

1.1
date	2009.12.22.08.26.23;	author wen;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314343
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Wen Heping <wen@@FreeBSD.org>
# $FreeBSD: head/security/pear-Net_Portscan/Makefile 314343 2013-03-16 08:30:46Z miwi $

PORTNAME=	Net_Portscan
PORTVERSION=	1.0.3
CATEGORIES=	security pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Provides an API for scanning ports

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

PEAR_AUTOINSTALL=	yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314236
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/security/pear-Net_Portscan/Makefile 314236 2013-03-15 02:41:17Z miwi $
a15 4
post-extract:
	@@cd ${WRKSRC} && ${MKDIR} -p ${WRKSRC}/docs
	${MV} ${WRKSRC}/README.portscan ${WRKSRC}/docs/

@


1.3
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:	pear-Net_Portscan
# Date created:				21 Dec, 2009
# Whom:					Wen Heping <wen@@FreeBSD.org>
#
# $FreeBSD: head/security/pear-Net_Portscan/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d12 1
a12 1
RUN_DEPENDS:=	${BUILD_DEPENDS}
d14 1
a14 4
CATEGORY=	Net
FILES=		Portscan.php
TESTS=		01-portscan.php
DOCS=		README.portscan
@


1.2
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@The Net_Portscan package allows one to perform basic portscanning
functions with PHP. It supports checking an individual port or
checking a whole range of ports on a machine.

WWW: http://pear.php.net/package/Net-Portscan/
@
text
@d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@

