perl-Parse-PMFile: fix cross

This commit is contained in:
maxice8 2018-08-08 12:54:10 -03:00
parent 9f531a1a25
commit 4e743f29b3
1 changed files with 3 additions and 4 deletions

View File

@ -5,10 +5,9 @@ revision=2
noarch=yes
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="$hostmakedepends perl-ExtUtils-MakeMaker-CPANfile
perl-Module-CPANfile"
depends="$hostmakedepends perl-Module-CPANfile"
hostmakedepends="perl perl-ExtUtils-MakeMaker-CPANfile perl-Module-CPANfile"
makedepends="$hostmakedepends"
depends="$depends"
short_desc="Parse-PMFile - parses .pm file as PAUSE does"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Artistic-1.0-Perl, GPL-1.0-or-later"