1 # Maintainer: Max Pray a.k.a. Synthead <synthead@gmail.com>
3 pkgname=perl-test-class-most
6 pkgdesc="Test Classes the easy way"
8 url="http://search.cpan.org/~ovid/Test-Class-Most-$pkgver/"
9 license=('GPL' 'PerlArtistic')
10 depends=('perl' 'perl-test-most')
11 options=('!emptydirs')
12 source=("http://search.cpan.org/CPAN/authors/id/O/OV/OVID/Test-Class-Most-$pkgver.tar.gz")
13 md5sums=('925a9837f29f78d88b5d1cbe6d62bdff')
16 cd "$srcdir/Test-Class-Most-$pkgver"
17 PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
22 cd "$srcdir/Test-Class-Most-$pkgver"
23 make install DESTDIR="$pkgdir"