22 lines
701 B
Bash
22 lines
701 B
Bash
# Template file for 'perl-Test2-Suite'
|
|
pkgname=perl-Test2-Suite
|
|
version=0.000111
|
|
revision=1
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl perl-Module-Pluggable perl-Sub-Info perl-Scope-Guard perl-Term-Table"
|
|
depends="${makedepends}"
|
|
short_desc="Distribution with a rich set of tools built upon the Test2 framework"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|
homepage="http://search.cpan.org/dist/Test2-Suite"
|
|
distfiles="${CPAN_SITE}/Test/EXODIST/Test2-Suite-${version}.tar.gz"
|
|
checksum=4ca28df74c7c2f37fe63897c5041aee92fba4530544d0afc371e7d14a9b4d0ad
|
|
noarch=yes
|
|
|
|
do_check() {
|
|
# XXX: fix
|
|
:
|
|
}
|