mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 10:22:56 +02:00
perl-Test-Warnings: make noarch
Closes #15098. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
830f9f6358
commit
a2b77685c8
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
||||||
# Template file for 'perl-Test-Warnings'
|
# Template file for 'perl-Test-Warnings'
|
||||||
pkgname=perl-Test-Warnings
|
pkgname=perl-Test-Warnings
|
||||||
version=0.026
|
version=0.026
|
||||||
revision=1
|
revision=2
|
||||||
|
noarch=yes
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="perl"
|
makedepends="perl"
|
||||||
checkdepends="perl-CPAN-Meta-Check"
|
checkdepends="perl-CPAN-Meta-Check"
|
||||||
depends="${makedepends}"
|
depends="$makedepends"
|
||||||
short_desc="Test::Warnings - Test for warnings and the lack of them"
|
short_desc="Test::Warnings - Test for warnings and the lack of them"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="Artistic, GPL-1"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
homepage="https://metacpan.org/release/Test-Warnings"
|
homepage="https://metacpan.org/release/Test-Warnings"
|
||||||
distfiles="${CPAN_SITE}/Test/${pkgname/perl-/}-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/Test/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
checksum=ae2b68b1b5616704598ce07f5118efe42dc4605834453b7b2be14e26f9cc9a08
|
checksum=ae2b68b1b5616704598ce07f5118efe42dc4605834453b7b2be14e26f9cc9a08
|
||||||
|
|
Loading…
Add table
Reference in a new issue