pkgsrc/devel/p5-Try-Tiny/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

22 lines
598 B
Makefile

# $NetBSD: Makefile,v 1.18 2015/06/12 10:49:55 wiz Exp $
#
DISTNAME= Try-Tiny-0.22
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DO/DOY/}
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"