diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:02 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:02 +0000 |
commit | 5f2f21a2566c115c9758d334cebdbf4e8b4e6201 (patch) | |
tree | 44e97c8afe95ba6347fd2fec0e6517b66a9e5679 /p5-class-data-inheritable | |
parent | 4a928b2a12239789c8e060edc341d135be1e85ec (diff) | |
download | contrib-5f2f21a2566c115c9758d334cebdbf4e8b4e6201.tar.gz contrib-5f2f21a2566c115c9758d334cebdbf4e8b4e6201.tar.xz |
p5-class-data-inheritable: initial commit, version 0.08
Diffstat (limited to 'p5-class-data-inheritable')
-rw-r--r-- | p5-class-data-inheritable/.footprint | 19 | ||||
-rw-r--r-- | p5-class-data-inheritable/.signature | 5 | ||||
-rw-r--r-- | p5-class-data-inheritable/Pkgfile | 17 |
3 files changed, 41 insertions, 0 deletions
diff --git a/p5-class-data-inheritable/.footprint b/p5-class-data-inheritable/.footprint new file mode 100644 index 000000000..88de8f451 --- /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 000000000..dff500652 --- /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 000000000..c6b27d560 --- /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.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 +} |