mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
perl-Test-MockModule: make noarch
This commit is contained in:
parent
dbd6e4be0e
commit
2d387e376d
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'perl-Test-MockModule'
|
# Template file for 'perl-Test-MockModule'
|
||||||
pkgname=perl-Test-MockModule
|
pkgname=perl-Test-MockModule
|
||||||
version=0.15
|
version=0.15
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-ModuleBuild
|
build_style=perl-ModuleBuild
|
||||||
hostmakedepends="perl perl-Module-Build"
|
hostmakedepends="perl perl-Module-Build"
|
||||||
makedepends="perl perl-SUPER"
|
makedepends="perl perl-SUPER"
|
||||||
depends="${makedepends}"
|
depends="$makedepends"
|
||||||
checkdepends="perl-Test-Pod perl-Test-Pod-Coverage perl-Test-Warnings"
|
checkdepends="perl-Test-Pod perl-Test-Pod-Coverage perl-Test-Warnings"
|
||||||
short_desc="Test::MockModule - Override subroutines in a module for unit testing"
|
short_desc="Test::MockModule - Override subroutines in a module for unit testing"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue