pkgsrc/devel/p5-Try-Tiny/Makefile
wiz 018a77b431 Update to 0.24:
0.24      2015-12-11 05:20:09Z
  - fix prereq errors in 0.23

0.23      2015-12-11 04:04:35Z
  - fix syntax of example code (Rudolf Leermakers, PR#22)
  - 'perl' removed from prerequisite recommendations, to avoid tripping up
    CPAN clients (Graham Knop)
  - Sub::Util is used preferentially to Sub::Name in most cases (Graham Knop,
    PR#27)
2015-12-13 08:14:30 +00:00

20 lines
583 B
Makefile

# $NetBSD: Makefile,v 1.19 2015/12/13 08:14:30 wiz Exp $
DISTNAME= Try-Tiny-0.24
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"