mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42: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}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="$hostmakedepends"
|
makedepends="$hostmakedepends perl-Module-CPANfile"
|
||||||
depends="$hostmakedepends"
|
depends="$makeepends"
|
||||||
short_desc="ExtUtils::MakeMaker::CPANfile - cpanfile support for EUMM"
|
short_desc="ExtUtils::MakeMaker::CPANfile - cpanfile support for EUMM"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue