diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/pear-Net_Ping/Makefile | 13 |
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" |