Try-Tiny-0.12 in devel/p5-Try-Tiny from 0.11nb2 to 0.12 because of forced www/p5-Apache-LogFormat-Compiler update requires Try::Tiny 0.12. Upstream changes: 0.12 - doc fixes
18 lines
480 B
Makefile
18 lines
480 B
Makefile
# $NetBSD: Makefile,v 1.11 2013/06/29 09:21:13 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Try-Tiny-0.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DO/DOY/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Try-Tiny/
|
|
COMMENT= Perl module providing minimal try/catch
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Try/Tiny/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|