blob: 89abd09148cb824edfe43a74de8ff0e060b012ac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-Net-Traceroute
# Date created: April 7nd 2001
# Whom: kuriyama
#
# $FreeBSD$
#
PORTNAME= Net-Traceroute
PORTVERSION= 1.13
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HAG
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl module to parse traceroute(8)
PERL_CONFIGURE= YES
MAN3= Net::Traceroute.3
.include <bsd.port.mk>
|