2013-03-15 07:35:41 +01:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2007-04-29 22:48:03 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net_Traceroute
|
2011-02-26 09:45:51 +01:00
|
|
|
PORTVERSION= 0.21.3
|
2007-04-29 22:48:03 +02:00
|
|
|
CATEGORIES= net pear
|
|
|
|
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
|
|
COMMENT= PEAR class to execute traceroute
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2013-03-15 07:35:41 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2007-04-29 22:48:03 +02:00
|
|
|
|
2013-03-15 07:35:41 +01:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2007-04-29 22:48:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|