perl-ExtUtils-MakeMaker-CPANfile: add missing Module::CPANfile dep

This commit is contained in:
maxice8 2018-08-08 13:18:50 -03:00
parent 77c9fe16f4
commit 37e90ea909
1 changed files with 2 additions and 2 deletions

View File

@ -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"