mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
parent
b00071e636
commit
dc6c2cc44a
1 changed files with 16 additions and 0 deletions
16
srcpkgs/perl-Test-MockModule/template
Normal file
16
srcpkgs/perl-Test-MockModule/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'perl-Test-MockModule'
|
||||||
|
pkgname=perl-Test-MockModule
|
||||||
|
version=0.13
|
||||||
|
revision=1
|
||||||
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
|
build_style=perl-ModuleBuild
|
||||||
|
hostmakedepends="perl perl-Module-Build"
|
||||||
|
checkdepends="perl-Test-Pod perl-Test-Pod-Coverage"
|
||||||
|
makedepends="perl perl-SUPER"
|
||||||
|
depends="${makedepends}"
|
||||||
|
short_desc="Test::MockModule - Override subroutines in a module for unit testing"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="Artistic, GPL-1"
|
||||||
|
homepage="http://search.cpan.org/dist/Test-MockModule"
|
||||||
|
distfiles="${CPAN_SITE}/Test/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
|
checksum=7473742a0d600eb11766752c79a966570755168105ee4d4e33d90466b7339053
|
Loading…
Add table
Reference in a new issue