Date: Fri, 15 Mar 2013 02:41:17 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r314236 - head/security/pear-Net_Portscan Message-ID: <201303150241.r2F2fHf7026267@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Fri Mar 15 02:41:17 2013 New Revision: 314236 URL: http://svnweb.freebsd.org/changeset/ports/314236 Log: - Convert to PEAR_AUTOINSTALL - Trim header Modified: head/security/pear-Net_Portscan/Makefile (contents, props changed) Modified: head/security/pear-Net_Portscan/Makefile ============================================================================== --- head/security/pear-Net_Portscan/Makefile Fri Mar 15 02:40:13 2013 (r314235) +++ head/security/pear-Net_Portscan/Makefile Fri Mar 15 02:41:17 2013 (r314236) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303150241.r2F2fHf7026267>