svn commit: r318060 - head/net/pear-Net_Ping
Martin Wilke
miwi at FreeBSD.org
Mon May 13 09:58:49 UTC 2013
Author: miwi
Date: Mon May 13 09:58:48 2013
New Revision: 318060
URL: http://svnweb.freebsd.org/changeset/ports/318060
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/net/pear-Net_Ping/Makefile (contents, props changed)
Modified: head/net/pear-Net_Ping/Makefile
==============================================================================
--- head/net/pear-Net_Ping/Makefile Mon May 13 09:58:17 2013 (r318059)
+++ head/net/pear-Net_Ping/Makefile Mon May 13 09:58:48 2013 (r318060)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Net_Ping
-# Date created: 24 February 2005
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= Net_Ping
PORTVERSION= 2.4.5
@@ -13,12 +9,9 @@ MAINTAINER= ports at 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"
More information about the svn-ports-head
mailing list