17 lines
624 B
Bash
17 lines
624 B
Bash
# Template file for 'perl-Test-Class'
|
|
pkgname=perl-Test-Class
|
|
version=0.50
|
|
revision=2
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl perl-MRO-Compat perl-Try-Tiny perl-Test-Exception perl-Module-Runtime"
|
|
depends="${makedepends}"
|
|
short_desc="Easily create test classes in an xUnit/JUnit style"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="Artistic, GPL-1"
|
|
homepage="http://search.cpan.org/dist/Test-Class"
|
|
distfiles="${CPAN_SITE}/Test/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=099154ed8caf3ff97c71237fab952264ac1c03d9270737a56071cabe65991350
|
|
noarch=yes
|