mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
perl-ExtUtils-MakeMaker-CPANfile: add missing Module::CPANfile dep
This commit is contained in:
parent
77c9fe16f4
commit
37e90ea909
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue