# $Id: PKGBUILD 66049 2012-02-22 15:26:44Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Charles Mauch <cmauch@gmail.com>

pkgname=perl-math-base85
pkgver=0.2
pkgrel=5
pkgdesc="Perl/CPAN Module Math::Base85"
arch=("any")
url="http://search.cpan.org/dist/Math-Base85"
license=("GPL" "PerlArtistic")
source=("http://www.cpan.org/authors/id/T/TM/TMONROE/Math-Base85-$pkgver.tar.gz")
md5sums=('3a2914651dc680fd22661f35213211d3')

build() {
  cd $srcdir/Math-Base85-$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
}
