perl-ExtUtils-MakeMaker-CPANfile: add missing Module::CPANfile dep
This commit is contained in:
parent
77c9fe16f4
commit
37e90ea909
|
@ -6,8 +6,8 @@ noarch=yes
|
|||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="$hostmakedepends"
|
||||
depends="$hostmakedepends"
|
||||
makedepends="$hostmakedepends perl-Module-CPANfile"
|
||||
depends="$makeepends"
|
||||
short_desc="ExtUtils::MakeMaker::CPANfile - cpanfile support for EUMM"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||
|
|
Loading…
Reference in New Issue