diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-12-22 08:26:23 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-12-22 08:26:23 +0000 |
commit | 244ed002a9115304f6f9bb481bb9c0a827eef113 (patch) | |
tree | 8e5ee94d551cc06badd0cc2102ddeceb94474d1e /security/pear-Net_Portscan/Makefile | |
parent | - Upgrade to 2.0.14. (diff) |
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/
Notes
Notes:
svn path=/head/; revision=246426
Diffstat (limited to 'security/pear-Net_Portscan/Makefile')
-rw-r--r-- | security/pear-Net_Portscan/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/security/pear-Net_Portscan/Makefile b/security/pear-Net_Portscan/Makefile new file mode 100644 index 000000000000..ce7ec0eb7797 --- /dev/null +++ b/security/pear-Net_Portscan/Makefile @@ -0,0 +1,29 @@ +# Ports collection makefile for: pear-Net_Portscan +# Date created: 21 Dec, 2009 +# Whom: Wen Heping <wen@FreeBSD.org> +# +# $FreeBSD$ +# + +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= ${BUILD_DEPENDS} + +CATEGORY= Net +FILES= Portscan.php +TESTS= 01-portscan.php +DOCS= README.portscan + +post-extract: + @cd ${WRKSRC} && ${MKDIR} -p ${WRKSRC}/docs + ${MV} ${WRKSRC}/README.portscan ${WRKSRC}/docs/ + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> |