pkgsrc/devel/p5-Try-Tiny/Makefile
wiz c9c6e1c8a8 Updated p5-Try-Tiny to 0.28.
0.28      2017-01-09 01:21:33Z
  - enabled some tests of finally blocks that were disabled on 5.6, now that
    that functionality works (since 0.13) (Pali, PR#4)
2017-01-16 10:57:52 +00:00

20 lines
583 B
Makefile

# $NetBSD: Makefile,v 1.22 2017/01/16 10:57:52 wiz Exp $
DISTNAME= Try-Tiny-0.28
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Try-Tiny
COMMENT= Minimal try/catch with proper preservation of $$@
LICENSE= mit
# recommended modules ...
BUILD_DEPENDS+= p5-Capture-Tiny>=0.12:../../devel/p5-Capture-Tiny
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Try/Tiny/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"