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.
This commit is contained in:
parent
e1ad8b0a82
commit
28d73335e6
3 changed files with 28 additions and 0 deletions
3
devel/p5-Try-Tiny/DESCR
Normal file
3
devel/p5-Try-Tiny/DESCR
Normal file
|
@ -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.
|
20
devel/p5-Try-Tiny/Makefile
Normal file
20
devel/p5-Try-Tiny/Makefile
Normal file
|
@ -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"
|
5
devel/p5-Try-Tiny/distinfo
Normal file
5
devel/p5-Try-Tiny/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue