0.30 2017-12-21 07:23:03Z - expand "when" test skippage to more perl versions 0.29 2017-12-19 03:51:26Z - skip tests of "when" and "given/when" usage for perl 5.27.7 *only* (see RT#123908)
20 lines
583 B
Makefile
20 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.24 2017/12/30 14:19:22 wiz Exp $
|
|
|
|
DISTNAME= Try-Tiny-0.30
|
|
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"
|