summaryrefslogtreecommitdiff
path: root/devel/p5-Try-Tiny
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2009-09-15 23:51:34 +0000
committerseb <seb@pkgsrc.org>2009-09-15 23:51:34 +0000
commit680ff7d8d606a5c4fe2d75fbbf96c18251533ad7 (patch)
treef05bd67993e1c7202563d1daa453fdb5d357d700 /devel/p5-Try-Tiny
parentc88140545ab52be1b74e53314567118cfc865df9 (diff)
downloadpkgsrc-680ff7d8d606a5c4fe2d75fbbf96c18251533ad7.tar.gz
Initial import of p5-Try-Tiny version 0.02 in the NetBSD Packages
Collection. The Perl 5 module Try::Tiny provides bare bones try/catch statements that are designed to minimize common mistakes with eval blocks, and NOTHING else.
Diffstat (limited to 'devel/p5-Try-Tiny')
-rw-r--r--devel/p5-Try-Tiny/DESCR3
-rw-r--r--devel/p5-Try-Tiny/Makefile20
-rw-r--r--devel/p5-Try-Tiny/distinfo5
3 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-Try-Tiny/DESCR b/devel/p5-Try-Tiny/DESCR
new file mode 100644
index 00000000000..7b032211920
--- /dev/null
+++ b/devel/p5-Try-Tiny/DESCR
@@ -0,0 +1,3 @@
+The Perl 5 module Try::Tiny provides bare bones try/catch statements
+that are designed to minimize common mistakes with eval blocks, and
+NOTHING else.
diff --git a/devel/p5-Try-Tiny/Makefile b/devel/p5-Try-Tiny/Makefile
new file mode 100644
index 00000000000..81cedb9efb4
--- /dev/null
+++ b/devel/p5-Try-Tiny/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/09/15 23:51:34 seb Exp $
+#
+
+DISTNAME= Try-Tiny-0.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/N/NU/NUFFIN/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Try-Tiny/
+COMMENT= Perl module providing minimal try/catch
+#LICENSE=
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Try/Tiny/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Try-Tiny/distinfo b/devel/p5-Try-Tiny/distinfo
new file mode 100644
index 00000000000..67aa8342726
--- /dev/null
+++ b/devel/p5-Try-Tiny/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/09/15 23:51:34 seb Exp $
+
+SHA1 (Try-Tiny-0.02.tar.gz) = 5255d1014e32556aa38ecb4a6382b0cec1e9f439
+RMD160 (Try-Tiny-0.02.tar.gz) = add0337795a646aaf57c4ab243cf993e044404d2
+Size (Try-Tiny-0.02.tar.gz) = 6361 bytes