aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_Ping
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-05-13 09:58:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-05-13 09:58:48 +0000
commite0378e173e4f2ac9fcc1807e3c87a403b1576cf2 (patch)
tree28b315a324bfad8fdee81d5f7645a0eb09783895 /net/pear-Net_Ping
parentbf3194d13ef28fd0ab958c744f54d90e79a87828 (diff)
downloadports-e0378e173e4f2ac9fcc1807e3c87a403b1576cf2.tar.gz
ports-e0378e173e4f2ac9fcc1807e3c87a403b1576cf2.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Notes
Notes: svn path=/head/; revision=318060
Diffstat (limited to 'net/pear-Net_Ping')
-rw-r--r--net/pear-Net_Ping/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/net/pear-Net_Ping/Makefile b/net/pear-Net_Ping/Makefile
index eb3cd8eb4159..ca546ce247ae 100644
--- a/net/pear-Net_Ping/Makefile
+++ b/net/pear-Net_Ping/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Net_Ping
-# Date created: 24 February 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= Net_Ping
PORTVERSION= 2.4.5
@@ -13,12 +9,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= PEAR class to execute ping
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-CATEGORY= Net
-FILES= Ping.php
-EXAMPLES= example.php
-_EXAMPLESDIR= docs/examples
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"