17 lines
613 B
Bash
17 lines
613 B
Bash
# Template build file for 'perl-Test-NoWarnings'.
|
|
pkgname=perl-Test-NoWarnings
|
|
version=1.04
|
|
revision=2
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${hostmakedepends}"
|
|
noarch=yes
|
|
short_desc='Test::NoWarnings - Make sure you did not emit warnings while testing.'
|
|
maintainer="Enguerrand de Rochefort <voidlinux@rochefort.de>"
|
|
homepage="https://metacpan.org/release/Test-NoWarnings"
|
|
license="LGPL-2.1"
|
|
distfiles="$CPAN_SITE/Test/Test-NoWarnings-${version}.tar.gz"
|
|
checksum=638a57658cb119af1fe5b15e73d47c2544dcfef84af0c6b1b2e97f08202b686c
|