commit 5f2f21a2566c115c9758d334cebdbf4e8b4e6201 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:02 2019 +0000 p5-class-data-inheritable: initial commit, version 0.08 diff --git a/p5-class-data-inheritable/.footprint b/p5-class-data-inheritable/.footprint new file mode 100644 index 00000000..88de8f45 --- /dev/null +++ b/p5-class-data-inheritable/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/5.28/ +drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Class/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/Class/Data/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Class/Data/Inheritable.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Class/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Class/Data/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Class/Data/Inheritable/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-r--r--r-- root/root usr/share/man/man3/Class::Data::Inheritable.3pm.gz diff --git a/p5-class-data-inheritable/.signature b/p5-class-data-inheritable/.signature new file mode 100644 index 00000000..dff50065 --- /dev/null +++ b/p5-class-data-inheritable/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF35qblsBLLjMdh/1MYE5gLeMLv1lvHTTQJMHKV5agQs0XisCympx+kXGmOl2dwmfXKBDjN14F6t/arJHAoH6TjAU= +SHA256 (Pkgfile) = 1d4664924c164750f8068ce7ad4d64ea5f4d81a54996da10964e9b34290cf3bd +SHA256 (.footprint) = 6b56a84c8ecd896a94c7c8d5ec5c300650cefb2e7046e3b72345bd2e453337e1 +SHA256 (Class-Data-Inheritable-0.08.tar.gz) = 9967feceea15227e442ec818723163eb6d73b8947e31f16ab806f6e2391af14a diff --git a/p5-class-data-inheritable/Pkgfile b/p5-class-data-inheritable/Pkgfile new file mode 100644 index 00000000..c6b27d56 --- /dev/null +++ b/p5-class-data-inheritable/Pkgfile @@ -0,0 +1,17 @@ +# Description: Inheritable, overridable class data +# URL: https://cpan.metacpan.org/dist/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.ta...) + +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 +}