diff options
author | seb <seb@pkgsrc.org> | 2008-08-20 14:15:29 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-08-20 14:15:29 +0000 |
commit | e9fdfd816806524dda634fb0f2672d7b0a708054 (patch) | |
tree | 1159287bc3d569dff4cd7d9216a5909fb0297732 | |
parent | bbd538132a643c3eba409a69664c87d1d700f5a5 (diff) | |
download | pkgsrc-e9fdfd816806524dda634fb0f2672d7b0a708054.tar.gz |
Initial import of p5-Log-Trace version 1.070 in the NetBSD Packages
Collection.
The Perl 5 module Log::Trace provides a unified approach to tracing.
-rw-r--r-- | devel/p5-Log-Trace/DESCR | 1 | ||||
-rw-r--r-- | devel/p5-Log-Trace/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-Log-Trace/distinfo | 5 |
3 files changed, 25 insertions, 0 deletions
diff --git a/devel/p5-Log-Trace/DESCR b/devel/p5-Log-Trace/DESCR new file mode 100644 index 00000000000..2a324a532a3 --- /dev/null +++ b/devel/p5-Log-Trace/DESCR @@ -0,0 +1 @@ +The Perl 5 module Log::Trace provides a unified approach to tracing. diff --git a/devel/p5-Log-Trace/Makefile b/devel/p5-Log-Trace/Makefile new file mode 100644 index 00000000000..6cedf76feeb --- /dev/null +++ b/devel/p5-Log-Trace/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/20 14:15:29 seb Exp $ +# + +DISTNAME= Log-Trace-1.070 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Log-Trace/ +COMMENT= Perl 5 module providing a unified approach to tracing + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Log/Trace/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Log-Trace/distinfo b/devel/p5-Log-Trace/distinfo new file mode 100644 index 00000000000..7011c7ab547 --- /dev/null +++ b/devel/p5-Log-Trace/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/20 14:15:29 seb Exp $ + +SHA1 (Log-Trace-1.070.tar.gz) = b7265219a1bc4a86dc6a6b7c2c0ec864453451de +RMD160 (Log-Trace-1.070.tar.gz) = 7455ac00bb20a937afe2533bd4f8094e3effd935 +Size (Log-Trace-1.070.tar.gz) = 25548 bytes |