2013-09-21 00:10:23 +02:00
|
|
|
# Created by: petef
|
2001-08-23 01:58:54 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-Traceroute6
|
2001-10-03 05:43:31 +02:00
|
|
|
PORTVERSION= 0.03
|
2012-03-07 19:57:00 +01:00
|
|
|
PORTREVISION= 1
|
2001-10-03 17:53:56 +02:00
|
|
|
CATEGORIES= net perl5 ipv6
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-08-23 01:58:54 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-05-03 20:18:33 +02:00
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl module to parse traceroute6(8) output
|
2001-08-23 01:58:54 +02:00
|
|
|
|
2014-05-03 20:18:33 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2012-03-07 19:57:00 +01:00
|
|
|
BUILD_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2013-08-02 20:21:05 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2001-08-23 01:58:54 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|