aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-05-13 17:58:48 +0800
committermiwi <miwi@FreeBSD.org>2013-05-13 17:58:48 +0800
commit45eedde6b7940a09a5d82ffa5c5cdc2fe95173e1 (patch)
tree28b315a324bfad8fdee81d5f7645a0eb09783895 /net
parent7f4f8a7a8805e83d2063dc4d7ccf1a5bc7155164 (diff)
downloadfreebsd-ports-gnome-45eedde6b7940a09a5d82ffa5c5cdc2fe95173e1.tar.gz
freebsd-ports-gnome-45eedde6b7940a09a5d82ffa5c5cdc2fe95173e1.tar.zst
freebsd-ports-gnome-45eedde6b7940a09a5d82ffa5c5cdc2fe95173e1.zip
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'net')
-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"