23 lines
426 B
Makefile
23 lines
426 B
Makefile
# New ports collection makefile for: p5-Net-Traceroute
|
|
# Date created: April 7nd 2001
|
|
# Whom: kuriyama
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Traceroute
|
|
PORTVERSION= 1.03
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Net
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= Net::Traceroute.3
|
|
|
|
.include <bsd.port.mk>
|