# $Id: PKGBUILD 65970 2012-02-22 14:03:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Charles Mauch <cmauch@gmail.com>

pkgname=perl-time-human
pkgver=1.03
pkgrel=5
pkgdesc="Perl/CPAN Module Time::Human"
arch=("any")
url="http://search.cpan.org/dist/Time-Human"
license=("GPL" "PerlArtistic")
source=("http://www.cpan.org/authors/id/J/JH/JHOBLITT/Time-Human-$pkgver.tar.gz")
md5sums=('0e869154c54593305cb1366285c8cac5')

build() {
  cd $srcdir/Time-Human-$pkgver
  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
  make
  make install DESTDIR=$pkgdir
  find $pkgdir -name '.packlist' -delete
  find $pkgdir -name '*.pod' -delete
}
