1 # CPAN Name : DBIx-Class-ResultSet-RecursiveUpdate
2 # Contributor: Caleb Cushing <xenoterracide@gmail.com>
3 # Generator : CPANPLUS::Dist::Arch 0.19
4 pkgname='perl-dbix-class-resultset-recursiveupdate'
7 pkgdesc="like update_or_create - but recursive"
9 license=('PerlArtistic' 'GPL')
10 options=('!emptydirs')
11 depends=('perl' 'perl-datetime' 'perl-dbd-sqlite>=1.21' 'perl-dbix-class>=0.08100' 'perl-dbix-class-introspectablem2m' 'perl-readonly>=1.03' 'perl-sql-translator>=0.09004')
12 url='http://search.cpan.org/dist/DBIx-Class-ResultSet-RecursiveUpdate'
13 source=('http://search.cpan.org/CPAN/authors/id/J/JJ/JJNAPIORK/DBIx-Class-ResultSet-RecursiveUpdate-0.013.tar.gz')
14 md5sums=('1951818d50857854f9cdf6669b9730ef')
17 DIST_DIR="${srcdir}/DBIx-Class-ResultSet-RecursiveUpdate-0.013"
18 export PERL_MM_USE_DEFAULT=1
19 { cd "$DIST_DIR" && perl Makefile.PL INSTALLDIRS=vendor &&
21 make DESTDIR="$pkgdir" install; } || return 1;
23 find "$pkgdir" -name .packlist -o -name perllocal.pod -delete