description="Date conversion routines" url="http://search.cpan.org/" packager="Great-OS Team" makedepends=(perl) run=( perl ) name=perl-http-date version=6.06 release=3 source=(https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Date-$version.tar.gz) build() { cd HTTP-Date-$version perl Makefile.PL INSTALLDIRS=vendor make make DESTDIR=$PKG install find $PKG \ -name '*.bs' -or \ -name '.packlist' -or \ -name 'perllocal.pod' | xargs rm }