mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
perl-ExtUtils-InstallPaths: add missing dependency on perl-ExtUtils-Config.
Closes: #9503 [via git-merge-pr]
This commit is contained in:
parent
fe2b6c4595
commit
660a4f094a
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue