perl-Tree-DAG_Node: require perl-File-Slurp-Tiny as bdep too.

This commit is contained in:
Juan RP 2014-07-08 11:24:59 +02:00
parent 576dd4c057
commit 5cdade1199
1 changed files with 3 additions and 3 deletions

View File

@ -1,12 +1,12 @@
# Template build file for 'perl-Tree-DAG_Node'.
pkgname=perl-Tree-DAG_Node
version=1.22
revision=1
revision=2
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl>=5.18"
makedepends="${hostmakedepends}"
depends="${makedepends} perl-File-Slurp-Tiny"
makedepends="${hostmakedepends} perl-File-Slurp-Tiny"
depends="${makedepends}"
noarch="yes"
short_desc="Tree::DAG_Node - An N-ary tree"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"