2007-05-27 15:29:20 +02:00
|
|
|
# New ports collection makefile for: devel/p5-Log-Trace
|
|
|
|
# Date created: 27 May 2007
|
|
|
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Log-Trace
|
|
|
|
PORTVERSION= 1.070
|
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
MASTER_SITE_SUBDIR= Log
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
|
|
COMMENT= Provides a unified approach to tracing
|
|
|
|
|
2013-08-07 15:20:32 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2007-05-27 15:29:20 +02:00
|
|
|
|
|
|
|
MAN3= Log::Trace.3 \
|
|
|
|
Log::Trace::Manual.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|