svn commit: r314236 - head/security/pear-Net_Portscan
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 02:41:18 UTC 2013
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 at FreeBSD.org>
-#
+# Created by: Wen Heping <wen at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Net_Portscan
PORTVERSION= 1.0.3
@@ -13,12 +9,9 @@ MAINTAINER= miwi at 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
More information about the svn-ports-all
mailing list