pkgsrc/devel/p5-Try-Tiny/Makefile
sno 16a26f3fdf Updating devel/p5-Try-Tiny from 0.02 to 0.04
pkgsrc changes:
- Adding license definition

Upstream changes:
0.04
	- Restore list context propagation for catch blocks
	- Fix a bug where finally blocks weren't always invoked

0.03
	- Support for 'finally' blocks (Andy Yates)
	- More documentation and tests (many people)
	- Sets $@ to the previous value at the beginning of the eval, to allow
	  the capture of an error stack when calling die.
2010-02-02 20:01:55 +00:00

20 lines
517 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/02/02 20:01:55 sno Exp $
#
DISTNAME= Try-Tiny-0.04
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= mit
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Try/Tiny/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"