perl-List-MoreUtils: fix depends.
This commit is contained in:
parent
a767b55705
commit
b0c01cbebf
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template build file for 'perl-List-MoreUtils'.
|
# Template build file for 'perl-List-MoreUtils'.
|
||||||
pkgname=perl-List-MoreUtils
|
pkgname=perl-List-MoreUtils
|
||||||
version=0.413
|
version=0.413
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="List-MoreUtils-$version"
|
wrksrc="List-MoreUtils-$version"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="perl"
|
makedepends="perl perl-Exporter-Tiny"
|
||||||
depends="perl"
|
depends="${makedepends}"
|
||||||
short_desc="List::MoreUtils - Provide the stuff missing in List::Util"
|
short_desc="List::MoreUtils - Provide the stuff missing in List::Util"
|
||||||
maintainer="Dominik Honnef <dominik@honnef.co>"
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
homepage="http://search.cpan.org/~rehsack/List-MoreUtils/"
|
homepage="http://search.cpan.org/~rehsack/List-MoreUtils/"
|
||||||
|
|
Loading…
Reference in a new issue