perl-ExtUtils-MakeMaker-CPANfile: fix depends
This commit is contained in:
parent
37e90ea909
commit
54e32dc846
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'perl-ExtUtils-MakeMaker-CPANfile'
|
||||
pkgname=perl-ExtUtils-MakeMaker-CPANfile
|
||||
version=0.08
|
||||
revision=1
|
||||
revision=2
|
||||
noarch=yes
|
||||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="$hostmakedepends perl-Module-CPANfile"
|
||||
depends="$makeepends"
|
||||
depends="$makedepends"
|
||||
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 a new issue