contrib/p5-class-data-inheritable/Pkgfile

17 lines
513 B
Plaintext

# Description: Inheritable, overridable class data
# URL: https://metacpan.org/pod/Class::Data::Inheritable
# Maintainer: Tim Biermann, tbier at posteo dot de
name=p5-class-data-inheritable
version=0.09
release=1
source=(https://www.cpan.org/authors/id/R/RS/RSHERER/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
}