diff options
Diffstat (limited to 'devel/p5-Log-Trace/Makefile')
-rw-r--r-- | devel/p5-Log-Trace/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-Log-Trace/Makefile b/devel/p5-Log-Trace/Makefile new file mode 100644 index 000000000000..64f6005f9448 --- /dev/null +++ b/devel/p5-Log-Trace/Makefile @@ -0,0 +1,23 @@ +# 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 + +PERL_CONFIGURE= yes + +MAN3= Log::Trace.3 \ + Log::Trace::Manual.3 + +.include <bsd.port.mk> |