contrib/p5-class-data-inheritable/Pkgfile

18 lines
524 B
Plaintext

# Description: Inheritable, overridable class data
# URL: https://metacpan.org/pod/Class::Data::Inheritable
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-class-data-inheritable
version=0.08
release=1
source=(https://www.cpan.org/authors/id/T/TM/TMTM/Class-Data-Inheritable-$version.tar.gz)
build() {
cd Class-Data-Inheritable-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make install DESTDIR=$PKG
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}