# Contributor: Natanael Copa # Maintainer: Natanael Copa pkgname=perl-http-cookies pkgver=6.01 pkgrel=1 pkgdesc="HTTP::Cookies perl module" url="http://search.cpan.org/dist/HTTP-Cookies/" arch="noarch" license="GPLv2 or Artistic" depends="perl perl-http-date perl-http-message" makedepends="perl-dev" install="" replaces="perl-libwww" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTTP-Cookies-$pkgver.tar.gz" builddir="$srcdir"/HTTP-Cookies-$pkgver build() { cd "$builddir" PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } check() { cd "$builddir" make test } package() { cd "$builddir" make DESTDIR="$pkgdir" install find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete } sha512sums="64058cc23275c13533b1688068e7ecc6297ac696f3812c6d5c732185130d68ed6be0be6f4b604ef023a2b02bbb80a7f5bdb774335784be40261329a588cf5247 HTTP-Cookies-6.01.tar.gz"