1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/net/pear-Net_Ping/Makefile
Martin Wilke 177c93c8d5 - Update to 2.4.3
PR:		119121
Submitted by:	miwi
Approved by:	Razor <bg1tpt@gmail.co> (maintainer)
2008-01-10 23:19:20 +00:00

26 lines
568 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.3
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
EXAMPLES= example.php
_EXAMPLESDIR= docs/examples
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>