pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Data-Dumper Import perl module Data::Dumper
details: https://anonhg.NetBSD.org/pkgsrc/rev/3226b232dad0
branches: trunk
changeset: 646326:3226b232dad0
user: pettai <pettai%pkgsrc.org@localhost>
date: Sat Feb 07 16:17:57 2015 +0000
description:
Import perl module Data::Dumper
Stringified perl data structures, suitable for both printing and eval.
diffstat:
devel/p5-Data-Dumper/DESCR | 1 +
devel/p5-Data-Dumper/Makefile | 20 ++++++++++++++++++++
devel/p5-Data-Dumper/distinfo | 5 +++++
3 files changed, 26 insertions(+), 0 deletions(-)
diffs (38 lines):
diff -r 60b2e8f00f30 -r 3226b232dad0 devel/p5-Data-Dumper/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Dumper/DESCR Sat Feb 07 16:17:57 2015 +0000
@@ -0,0 +1,1 @@
+Stringified perl data structures, suitable for both printing and eval.
diff -r 60b2e8f00f30 -r 3226b232dad0 devel/p5-Data-Dumper/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Dumper/Makefile Sat Feb 07 16:17:57 2015 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.19 2015/02/07 16:17:57 pettai Exp $
+
+DISTNAME= Data-Dumper-2.154
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/S/SM/SMUELLER/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/~smueller/Data-Dumper/
+COMMENT= Stringified perl data structures
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Test-Simple>0:../../devel/p5-Test-Simple
+DEPENDS+= p5-ExtUtils-MakeMaker>0:../../devel/p5-ExtUtils-MakeMaker
+
+USE_LANGUAGES= c
+PERL5_PACKLIST= auto/Data/Dumper/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 60b2e8f00f30 -r 3226b232dad0 devel/p5-Data-Dumper/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-Dumper/distinfo Sat Feb 07 16:17:57 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.5 2015/02/07 16:17:57 pettai Exp $
+
+SHA1 (Data-Dumper-2.154.tar.gz) = e4f716d500d821da3e802513be7f26b24bf795ac
+RMD160 (Data-Dumper-2.154.tar.gz) = 8492c15e19aac0281c9eae8866851b68567a731e
+Size (Data-Dumper-2.154.tar.gz) = 100369 bytes
Home |
Main Index |
Thread Index |
Old Index