diff options
author | obache <obache@pkgsrc.org> | 2014-12-15 09:25:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-15 09:25:16 +0000 |
commit | c1b663598e2d19846831800bfb72ea186fa14f49 (patch) | |
tree | 459921d414ba66389140b28ca6207e780948d3c6 /textproc/p5-YAML | |
parent | 20506729ce99ca61af7ea239da8a422600899101 (diff) | |
download | pkgsrc-c1b663598e2d19846831800bfb72ea186fa14f49.tar.gz |
Test::YAML>=1.05 is required.
Diffstat (limited to 'textproc/p5-YAML')
-rw-r--r-- | textproc/p5-YAML/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-YAML/Makefile b/textproc/p5-YAML/Makefile index 23cacc612c0..89a09ef3226 100644 --- a/textproc/p5-YAML/Makefile +++ b/textproc/p5-YAML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2014/10/12 14:38:17 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2014/12/15 09:25:16 obache Exp $ DISTNAME= YAML-1.13 PKGNAME= p5-${DISTNAME} @@ -11,7 +11,7 @@ COMMENT= YAML implementation for Perl LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Filter-[0-9]*:../../textproc/p5-Filter -BUILD_DEPENDS+= p5-Test-YAML-[0-9]*:../../textproc/p5-Test-YAML +BUILD_DEPENDS+= p5-Test-YAML>=1.05:../../textproc/p5-Test-YAML BUILD_DEPENDS+= p5-Test-Base-[0-9]*:../../devel/p5-Test-Base USE_LANGUAGES= # empty |