# Contributor: Leonardo Arena # Maintainer: Adélie Perl Team pkgname=perl-libwww _pkgreal=libwww-perl _author=OALDERS _au=${_author%%"${_author#??}"} _a=${_author%%"${_author#?}"} pkgver=6.41 pkgrel=0 pkgdesc="Perl module - World Wide Web library" url="https://metacpan.org/release/libwww-perl" arch="noarch" license="GPL-2.0-only OR Artistic-1.0-Perl" depends="perl-http-date perl-http-cookies perl-net-http perl-http-daemon perl-html-parser perl-file-listing perl-www-robotrules perl-http-negotiate perl-uri perl-http-message perl-test-needs perl-lwp-mediatypes perl-encode-locale perl-try-tiny" makedepends="" checkdepends="perl-test-fatal perl-test-requiresinternet" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://cpan.metacpan.org/authors/id/$_a/$_au/$_author/libwww-perl-$pkgver.tar.gz" builddir="$srcdir/$_pkgreal-$pkgver" build() { PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { make test } package() { make DESTDIR="$pkgdir" install find "$pkgdir" -name perllocal.pod -delete } sha512sums="c31a84f3866b6a2c258d6f39a66c23d732e400a7743968332bbb74db2d94bdf34a1f84c3526e904925cf4250d261730d2ed7f783ebb85a11393600c694c36259 perl-libwww-6.41.tar.gz"