17 lines
526 B
Bash
17 lines
526 B
Bash
# Template build file for 'perl-Try-Tiny'.
|
|
pkgname=perl-Try-Tiny
|
|
version=0.28
|
|
revision=1
|
|
wrksrc="Try-Tiny-$version"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl"
|
|
depends="perl"
|
|
short_desc='Try::Tiny - Minimal try/catch with proper preservation of $@'
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
homepage="http://search.cpan.org/dist/Try-Tiny/"
|
|
license="MIT"
|
|
distfiles="${CPAN_SITE}/XML/ETHER/Try-Tiny-${version}.tar.gz"
|
|
checksum=f1d166be8aa19942c4504c9111dade7aacb981bc5b3a2a5c5f6019646db8c146
|
|
noarch=yes
|