aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Net_Portscan
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-15 02:41:17 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-15 02:41:17 +0000
commit7db82519c0f31228170fc2928a1e72486d997758 (patch)
tree36070b53b1d8893b03a886c74a07f0cfbad00150 /security/pear-Net_Portscan
parentdcca797675d443aaac8be95f24af1aadaa36d164 (diff)
downloadports-7db82519c0f31228170fc2928a1e72486d997758.tar.gz
ports-7db82519c0f31228170fc2928a1e72486d997758.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Notes
Notes: svn path=/head/; revision=314236
Diffstat (limited to 'security/pear-Net_Portscan')
-rw-r--r--security/pear-Net_Portscan/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/security/pear-Net_Portscan/Makefile b/security/pear-Net_Portscan/Makefile
index 61d5d54d7751..438fc75e2f3b 100644
--- a/security/pear-Net_Portscan/Makefile
+++ b/security/pear-Net_Portscan/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Net_Portscan
-# Date created: 21 Dec, 2009
-# Whom: Wen Heping <wen@FreeBSD.org>
-#
+# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Net_Portscan
PORTVERSION= 1.0.3
@@ -13,12 +9,9 @@ MAINTAINER= miwi@FreeBSD.org
COMMENT= Provides an API for scanning ports
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= Net
-FILES= Portscan.php
-TESTS= 01-portscan.php
-DOCS= README.portscan
+PEAR_AUTOINSTALL= yes
post-extract:
@cd ${WRKSRC} && ${MKDIR} -p ${WRKSRC}/docs