aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Traceroute6
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-03-07 18:57:00 +0000
committerSteve Wills <swills@FreeBSD.org>2012-03-07 18:57:00 +0000
commit3ace2b190885dc945ff511771672a891ba7b8902 (patch)
tree69147e1b7dfac7c3528b4fd55af9deab0842a263 /net/p5-Net-Traceroute6
parent554d01a2529688714f7d8ef4c9e18d6d3bff8078 (diff)
downloadports-3ace2b190885dc945ff511771672a891ba7b8902.tar.gz
ports-3ace2b190885dc945ff511771672a891ba7b8902.zip
- Add missing DEPENDS
- Bump PORTREVISION
Notes
Notes: svn path=/head/; revision=292904
Diffstat (limited to 'net/p5-Net-Traceroute6')
-rw-r--r--net/p5-Net-Traceroute6/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/p5-Net-Traceroute6/Makefile b/net/p5-Net-Traceroute6/Makefile
index af96580f81f1..82865c86b79c 100644
--- a/net/p5-Net-Traceroute6/Makefile
+++ b/net/p5-Net-Traceroute6/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Net-Traceroute6
PORTVERSION= 0.03
+PORTREVISION= 1
CATEGORIES= net perl5 ipv6
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,6 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module to parse traceroute6(8) output
+BUILD_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
PERL_CONFIGURE= YES
MAN3= Net::Traceroute6.3