forked from ports/contrib
p5-class-data-inheritable: initial commit, version 0.08
This commit is contained in:
parent
4a928b2a12
commit
5f2f21a256
19
p5-class-data-inheritable/.footprint
Normal file
19
p5-class-data-inheritable/.footprint
Normal file
@ -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
|
5
p5-class-data-inheritable/.signature
Normal file
5
p5-class-data-inheritable/.signature
Normal file
@ -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
|
17
p5-class-data-inheritable/Pkgfile
Normal file
17
p5-class-data-inheritable/Pkgfile
Normal file
@ -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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user