diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-19 11:26:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-19 11:26:20 +0000 |
commit | e5b65507af1cc804ee58ef83f3c000af3daef62a (patch) | |
tree | a77462007891c01a4bde21aec225e965a9b51b3c /devel | |
parent | 964c852ce846ce1285873c6ca4366e66dff8a00c (diff) | |
download | pkgsrc-e5b65507af1cc804ee58ef83f3c000af3daef62a.tar.gz |
p5-Try-Tiny: add comment about test dependency
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Try-Tiny/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Try-Tiny/Makefile b/devel/p5-Try-Tiny/Makefile index 16652d6c75f..249975b7a48 100644 --- a/devel/p5-Try-Tiny/Makefile +++ b/devel/p5-Try-Tiny/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2017/12/30 14:19:22 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2018/01/19 11:26:20 wiz Exp $ DISTNAME= Try-Tiny-0.30 PKGNAME= p5-${DISTNAME} @@ -10,7 +10,7 @@ HOMEPAGE= https://metacpan.org/release/Try-Tiny COMMENT= Minimal try/catch with proper preservation of $$@ LICENSE= mit -# recommended modules ... +# TEST_DEPENDS BUILD_DEPENDS+= p5-Capture-Tiny>=0.12:../../devel/p5-Capture-Tiny USE_LANGUAGES= # empty |