diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 10:41:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 10:41:17 +0800 |
commit | 7c15546a9cd34a2b30c4b667425c0d2cc2b1988e (patch) | |
tree | 36070b53b1d8893b03a886c74a07f0cfbad00150 /security | |
parent | ac130579095cfb92cd02af4649c8f6aea69d5b31 (diff) | |
download | freebsd-ports-gnome-7c15546a9cd34a2b30c4b667425c0d2cc2b1988e.tar.gz freebsd-ports-gnome-7c15546a9cd34a2b30c4b667425c0d2cc2b1988e.tar.zst freebsd-ports-gnome-7c15546a9cd34a2b30c4b667425c0d2cc2b1988e.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-Net_Portscan/Makefile | 13 |
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 |