summaryrefslogtreecommitdiff
path: root/p5-class-data-inheritable/Pkgfile
blob: 85ca8d9f48020c1cfd6e913c94d1acd5bd9bdd81 (plain)
    1 # Description: Inheritable, overridable class data
    2 # URL: https://metacpan.org/pod/Class::Data::Inheritable
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 # Depends on:
    5 
    6 name=p5-class-data-inheritable
    7 version=0.08
    8 release=1
    9 source=(https://www.cpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-$version.tar.gz)
   10 
   11 build() {
   12   cd Class-Data-Inheritable-$version
   13   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   14   make
   15   make install DESTDIR=$PKG
   16   find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
   17 }

Generated by cgit