1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net/pear-Net_Ping/Makefile
Chin-San Huang 3c15fd5169 - Update to 2.4.2
PR:		ports/114514
Submitted by:	Zhen REN <bg1tpt _at_ gmail dot com>
Approved by:	rafan (mentor)
2007-07-18 07:38:51 +00:00

27 lines
600 B
Makefile

# Ports collection makefile for: pear-Net_Ping
# Date created: 24 February 2005
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= Net_Ping
PORTVERSION= 2.4.2
CATEGORIES= net pear
MAINTAINER= bg1tpt@gmail.com
COMMENT= PEAR class to execute ping
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Net
FILES= Ping.php
TESTS= test_result_parsers.php
EXAMPLES= example.php
_EXAMPLESDIR= docs/examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>