diff options
author | seb <seb> | 2009-11-16 23:59:36 +0000 |
---|---|---|
committer | seb <seb> | 2009-11-16 23:59:36 +0000 |
commit | ee56c9f8be0cf2a16365b1742df12c7b7c40387d (patch) | |
tree | 0f472daafb0de5fdbf41b6bb5fb3276692d42194 /devel/p5-Data-Dumper-Concise | |
parent | a1add2c8344db5242d0d99bf3e9275d215e2d980 (diff) | |
download | pkgsrc-ee56c9f8be0cf2a16365b1742df12c7b7c40387d.tar.gz |
Initial import of p5-Data-Dumper-Concise version 1.001 in the NetBSD
Packages Collection.
The Perl 5 module Data::Dumper::Concise exists, fundamentally, as
a convenient way to reproduce a set of Dumper options that we've
found ourselves using across large numbers of applications, primarily
for debugging output.
Diffstat (limited to 'devel/p5-Data-Dumper-Concise')
-rw-r--r-- | devel/p5-Data-Dumper-Concise/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Data-Dumper-Concise/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Data-Dumper-Concise/distinfo | 5 |
3 files changed, 29 insertions, 0 deletions
diff --git a/devel/p5-Data-Dumper-Concise/DESCR b/devel/p5-Data-Dumper-Concise/DESCR new file mode 100644 index 00000000000..1a0424f9058 --- /dev/null +++ b/devel/p5-Data-Dumper-Concise/DESCR @@ -0,0 +1,4 @@ +The Perl 5 module Data::Dumper::Concise exists, fundamentally, as +a convenient way to reproduce a set of Dumper options that we've +found ourselves using across large numbers of applications, primarily +for debugging output. diff --git a/devel/p5-Data-Dumper-Concise/Makefile b/devel/p5-Data-Dumper-Concise/Makefile new file mode 100644 index 00000000000..c4b2162fd01 --- /dev/null +++ b/devel/p5-Data-Dumper-Concise/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/11/16 23:59:36 seb Exp $ +# + +DISTNAME= Data-Dumper-Concise-1.001 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Data-Dumper-Concise/ +COMMENT= Perl 5 module to dump references with concision and deparsing +LICENSE= ${PERL5_LICENSE} + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Data/Dumper/Concise/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Data-Dumper-Concise/distinfo b/devel/p5-Data-Dumper-Concise/distinfo new file mode 100644 index 00000000000..c4e17b811a4 --- /dev/null +++ b/devel/p5-Data-Dumper-Concise/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/11/16 23:59:36 seb Exp $ + +SHA1 (Data-Dumper-Concise-1.001.tar.gz) = c490c75b8bce69c718e792b0af086346532d65a6 +RMD160 (Data-Dumper-Concise-1.001.tar.gz) = a025a8d806228136b3f9014513624254131893c6 +Size (Data-Dumper-Concise-1.001.tar.gz) = 15809 bytes |