16 lines
601 B
Bash
16 lines
601 B
Bash
# Template file for 'perl-autovivification'
|
|
pkgname=perl-autovivification
|
|
version=0.18
|
|
revision=2
|
|
wrksrc="${pkgname/perl-/}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="${hostmakedepends}"
|
|
depends="${makedepends}"
|
|
short_desc="Lexically disable autovivification"
|
|
maintainer="svenper <svenper@tuta.io>"
|
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
|
homepage="https://metacpan.org/release/autovivification/"
|
|
distfiles="http://cpan.perl.org/CPAN/authors/id/V/VP/VPIT/${pkgname/perl-/}-${version}.tar.gz"
|
|
checksum=2d99975685242980d0a9904f639144c059d6ece15899efde4acb742d3253f105
|