mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
perl-Parse-PMFile: fix deps.
This commit is contained in:
parent
a958ae72fd
commit
942fddd8c1
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'perl-Parse-PMFile'
|
# Template file for 'perl-Parse-PMFile'
|
||||||
pkgname=perl-Parse-PMFile
|
pkgname=perl-Parse-PMFile
|
||||||
version=0.41
|
version=0.41
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="$hostmakedepends perl-ExtUtils-MakeMaker-CPANfile"
|
makedepends="$hostmakedepends perl-ExtUtils-MakeMaker-CPANfile
|
||||||
checkdepends="$hostmakedepends"
|
perl-Module-CPANfile"
|
||||||
depends="$hostmakedepends"
|
depends="$hostmakedepends perl-Module-CPANfile"
|
||||||
short_desc="Parse-PMFile - parses .pm file as PAUSE does"
|
short_desc="Parse-PMFile - parses .pm file as PAUSE does"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
|
|
Loading…
Add table
Reference in a new issue