# Ports collection makefile for:  pear-Net_Traceroute
# Date created:			  29 April 2007
# Whom:				  Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD: ports/net/pear-Net_Traceroute/Makefile,v 1.1 2007/04/29 20:48:03 miwi Exp $
#

PORTNAME=	Net_Traceroute
PORTVERSION=	0.21.1
CATEGORIES=	net pear

MAINTAINER=	miwi@FreeBSD.org
COMMENT=	PEAR class to execute traceroute

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${BUILD_DEPENDS}

CATEGORY=	Net
FILES=		Traceroute.php
EXAMPLES=	example1.php
_EXAMPLESDIR=	docs/examples

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
