# Automatically generated by apkbuild-cpan, template 3 # Maintainer: Leonardo Arena pkgname=perl-mail-authenticationresults #_pkgreal is used by apkbuild-cpan to find modules at MetaCpan _pkgreal=Mail-AuthenticationResults pkgver=1.20200331.1 pkgrel=0 pkgdesc="Object Oriented Authentication-Results Headers" url="https://metacpan.org/release/Mail-AuthenticationResults/" arch="noarch" license="GPL-1.0-or-later OR Artistic-1.0-Perl" depends="perl perl-json" makedepends="perl-dev" checkdepends="perl-test-exception" subpackages="$pkgname-doc" source="https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor make } check() { export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}') make test } package() { make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="d492adf166894e4615903681905683585fd3268cd47fe1a305a80cf3cf0d574e39b35f7fef01fc76584912e4c8972c4aeedb3cadc7ecf5662a05667cbf599c97 Mail-AuthenticationResults-1.20200331.1.tar.gz"