perl-ExtUtils-InstallPaths: add missing dependency on perl-ExtUtils-Config.

Closes: #9503 [via git-merge-pr]
This commit is contained in:
maxice8 2017-11-24 10:04:19 -02:00 committed by Jürgen Buchmüller
parent fe2b6c4595
commit 660a4f094a

View file

@ -1,15 +1,15 @@
# Template file for 'perl-ExtUtils-InstallPaths'
pkgname=perl-ExtUtils-InstallPaths
version=0.011
revision=1
revision=2
noarch=yes
wrksrc="${pkgname/perl-/}-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="${hostmakedepends}"
makedepends="${hostmakedepends} perl-ExtUtils-Config"
depends="${makedepends}"
short_desc="ExtUtils::InstallPaths - Build.PL install path logic made easy"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
maintainer="Leah Neukirchen <leah@vuxu.org>"
homepage="http://search.cpan.org/dist/ExtUtils-InstallPaths/"
license="Artistic, GPL-1"
distfiles="${CPAN_SITE}/ExtUtils/${pkgname/perl-/}-${version}.tar.gz"