summaryrefslogtreecommitdiff
path: root/devel/p5-Package-Stash
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2010-06-12 20:44:03 +0000
committerseb <seb@pkgsrc.org>2010-06-12 20:44:03 +0000
commitb8a8effbba53da4aabe8f755dd131df10bd55c55 (patch)
tree918d6a133c5d7d9c3f675293f2b221bbcc44de0d /devel/p5-Package-Stash
parentfb7e3bb6f6eeb6fb86ccc348984a631855b069e0 (diff)
downloadpkgsrc-b8a8effbba53da4aabe8f755dd131df10bd55c55.tar.gz
Initial import of p5-Package-Stash version 0.03 in the NetBSD
Packages Collection. Manipulating stashes (Perl's symbol tables) is occasionally necessary, but incredibly messy, and easy to get wrong. The Perl 5 module Package::Stash hides all of that behind a simple API.
Diffstat (limited to 'devel/p5-Package-Stash')
-rw-r--r--devel/p5-Package-Stash/DESCR3
-rw-r--r--devel/p5-Package-Stash/Makefile22
-rw-r--r--devel/p5-Package-Stash/distinfo5
3 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Package-Stash/DESCR b/devel/p5-Package-Stash/DESCR
new file mode 100644
index 00000000000..d8788d2bfb7
--- /dev/null
+++ b/devel/p5-Package-Stash/DESCR
@@ -0,0 +1,3 @@
+Manipulating stashes (Perl's symbol tables) is occasionally necessary,
+but incredibly messy, and easy to get wrong. The Perl 5 module
+Package::Stash hides all of that behind a simple API.
diff --git a/devel/p5-Package-Stash/Makefile b/devel/p5-Package-Stash/Makefile
new file mode 100644
index 00000000000..33e96dfe18d
--- /dev/null
+++ b/devel/p5-Package-Stash/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2010/06/12 20:44:03 seb Exp $
+#
+
+DISTNAME= Package-Stash-0.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Package/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Package-Stash/
+COMMENT= Perl 5 module providing routines for manipulating stashes
+LICENSE= ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Package/Stash/.packlist
+
+DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Package-Stash/distinfo b/devel/p5-Package-Stash/distinfo
new file mode 100644
index 00000000000..fc2cf728ee7
--- /dev/null
+++ b/devel/p5-Package-Stash/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2010/06/12 20:44:03 seb Exp $
+
+SHA1 (Package-Stash-0.03.tar.gz) = a87c92d4706a93d3fe6c4227667ab3ac188879b3
+RMD160 (Package-Stash-0.03.tar.gz) = c79ecd931cede51988334498852eb30cb3b7f0e6
+Size (Package-Stash-0.03.tar.gz) = 13740 bytes