1 # Maintainer: Max Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=perl-text-password-pronounceable
6 pkgdesc='Generate pronounceable passwords'
8 license=('GPL' 'PerlArtistic')
9 url="http://search.cpan.org/~tsibley/Text-Password-Pronounceable/"
10 depends=('perl>=5.10.0')
12 source=("http://search.cpan.org/CPAN/authors/id/T/TS/TSIBLEY/Text-Password-Pronounceable-$pkgver.tar.gz")
13 md5sums=('2a6a3c9197dfb5912f763c0c4f285b48')
16 cd "$srcdir/Text-Password-Pronounceable-$pkgver"
17 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
22 cd "$srcdir/Text-Password-Pronounceable-$pkgver"
23 make install DESTDIR="$pkgdir"