1 # Maintainer: Florian Pritz <bluewind@xinu.at>
3 pkgname=perl-mail-authenticationresults
6 pkgdesc='Object Oriented Authentication-Results Headers'
8 license=(PerlArtistic GPL)
10 depends=('perl>=5.8' perl-clone perl-json)
11 checkdepends=(perl-test-exception)
12 url=https://metacpan.org/release/Mail-AuthenticationResults
13 source=("https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-$pkgver.tar.gz")
14 md5sums=(6a0c22bb56634bc0ff656a01e23b4674)
15 sha512sums=(78ea5067e2386ccbbe5bb9c86150c8255e6f735319968180a59c992fac35a918704792b2f18bf10c0568a41690044fbdb14b9d23e7829c178a42eb64126725fb)
16 _ddir="Mail-AuthenticationResults-$pkgver"
21 export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
22 unset PERL5LIB PERL_MM_OPT
23 /usr/bin/perl Makefile.PL
30 export PERL_MM_USE_DEFAULT=1
38 make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
45 # vim:set ts=2 sw=2 et: