Merge branch 'staged'
[dports.git] / net / p5-Net-Traceroute6 / Makefile
1 # Created by: petef
2 # $FreeBSD$
3
4 PORTNAME=       Net-Traceroute6
5 PORTVERSION=    0.03
6 PORTREVISION=   2
7 CATEGORIES=     net perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     bofh@FreeBSD.org
12 COMMENT=        Perl module to parse traceroute6(8) output
13
14 LICENSE=        MIT
15
16 BUILD_DEPENDS=  ${RUN_DEPENDS}
17 RUN_DEPENDS=    p5-Socket6>=0:net/p5-Socket6
18
19 USES=           perl5
20 USE_PERL5=      configure
21
22 .include <bsd.port.mk>