diff options
author | sno <sno@pkgsrc.org> | 2014-02-16 22:36:49 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2014-02-16 22:36:49 +0000 |
commit | 7920c32a9e81d51bc019239a010cd4f8c7270fbc (patch) | |
tree | a3ee489ca81aec405425b386c1d7b117cd500466 /devel/p5-Try-Tiny | |
parent | e6b0f7fd9770b475307395ae250c4fdcf8295811 (diff) | |
download | pkgsrc-7920c32a9e81d51bc019239a010cd4f8c7270fbc.tar.gz |
add recommended test depends, update comment
Diffstat (limited to 'devel/p5-Try-Tiny')
-rw-r--r-- | devel/p5-Try-Tiny/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/p5-Try-Tiny/Makefile b/devel/p5-Try-Tiny/Makefile index 9aa61bdcc75..6c6f7066822 100644 --- a/devel/p5-Try-Tiny/Makefile +++ b/devel/p5-Try-Tiny/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2014/02/16 16:12:15 wen Exp $ +# $NetBSD: Makefile,v 1.14 2014/02/16 22:36:49 sno Exp $ # DISTNAME= Try-Tiny-0.19 @@ -7,10 +7,13 @@ 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 +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 |