# $Id: PKGBUILD 65980 2012-02-22 14:09:35Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# This PKGBUILD was autocreated.  See http://xtermin.us/archperl/ for details
# Maintainer: Charles Mauch <cmauch@gmail.com>

pkgname=perl-user-identity
pkgver=0.93
pkgrel=2
pkgdesc="Perl/CPAN Module User::Identity : Define a person"
arch=("any")
url="http://search.cpan.org/~markov/User-Identity/"
license=("GPL" "PerlArtistic")
source=("http://www.cpan.org/authors/id/M/MA/MARKOV/User-Identity-$pkgver.tar.gz")
md5sums=('c6efb646ea66ef7c479b0eed2a24480d')

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