freebsd-ports/net/p5-Net-Traceroute/Makefile

23 lines
423 B
Makefile
Raw Normal View History

# New ports collection makefile for: p5-Net-Traceroute
# Date created: April 7nd 2001
# Whom: kuriyama
#
# $FreeBSD$
#
PORTNAME= Net-Traceroute
2005-08-28 14:20:52 +02:00
PORTVERSION= 1.09
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
2003-02-22 08:48:51 +01:00
COMMENT= Perl module to parse traceroute(8)
PERL_CONFIGURE= YES
MAN3= Net::Traceroute.3
.include <bsd.port.mk>