mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
22 lines
379 B
Makefile
22 lines
379 B
Makefile
# New ports collection makefile for: p5-Net-Traceroute
|
|
# Date created: April 7nd 2001
|
|
# Whom: kuriyama
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Traceroute
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl module to parse traceroute(8)
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Net::Traceroute.3
|
|
|
|
.include <bsd.port.mk>
|