1 # Maintainer: Max Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=perl-list-utilsby
6 pkgdesc="Higher-order list utility functions"
8 url="http://search.cpan.org/~pevans/List-UtilsBy-$pkgver/"
9 license=('GPL' 'PerlArtistic')
11 options=('!emptydirs')
12 source=("http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/List-UtilsBy-$pkgver.tar.gz")
13 md5sums=('2c39a8a2021bdf63ee4a8d7e0b0829a4')
16 cd "$srcdir/List-UtilsBy-$pkgver"
17 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
22 cd "$srcdir/List-UtilsBy-$pkgver"
23 make install DESTDIR="$pkgdir"