# Contributor: Leonardo Arena # Maintainer: Leonardo Arena pkgname=perl-http-date _realname=HTTP-Date pkgver=6.02 pkgrel=0 pkgdesc="Perl module date conversion routines" url="http://search.cpan.org/~gaas" arch="noarch" license="GPL PerlArtistic" depends="perl" makedepends="perl-dev" replaces="perl-libwww" install= subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" _builddir="$srcdir/$_realname-$pkgver" build() { cd $_builddir PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 make && make test || return 1 } package() { cd $_builddir make DESTDIR="$pkgdir" install # creates file collision among perl modules find "$pkgdir" -name perllocal.pod -delete } md5sums="52b7a0d5982d61be1edb217751d7daba HTTP-Date-6.02.tar.gz"