# Contributor: Leonardo Arena # Maintainer: Leonardo Arena pkgname=perl-http-date _realname=HTTP-Date pkgver=6.00 pkgrel=1 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="41b875ac89c14d7f66515b52cdd12acd HTTP-Date-6.00.tar.gz"