aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-03-08 02:57:00 +0800
committerswills <swills@FreeBSD.org>2012-03-08 02:57:00 +0800
commita84d3149df4633d5fbbd55dfcb895493704e15f0 (patch)
tree05fd2ab3a3809eca8b55f4b822de94a237a3602c /net
parent019ccaf712d6a44809a4092557650c00bd595b77 (diff)
downloadfreebsd-ports-gnome-a84d3149df4633d5fbbd55dfcb895493704e15f0.tar.gz
freebsd-ports-gnome-a84d3149df4633d5fbbd55dfcb895493704e15f0.tar.zst
freebsd-ports-gnome-a84d3149df4633d5fbbd55dfcb895493704e15f0.zip
- Add missing DEPENDS
- Bump PORTREVISION
Diffstat (limited to 'net')
-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