forked from ports/contrib
p5-autovivification: initial commit, version 0.18
This commit is contained in:
parent
8583a07acf
commit
d6fcd2448a
16
p5-autovivification/.footprint
Normal file
16
p5-autovivification/.footprint
Normal file
@ -0,0 +1,16 @@
|
||||
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/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/autovivification/
|
||||
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/autovivification/autovivification.so
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/autovivification.pm
|
||||
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/autovivification.3pm.gz
|
5
p5-autovivification/.signature
Normal file
5
p5-autovivification/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF338lKO2LENBiD6GClEGNesqhW+acDdTgxVj8dBJK1YJTgyXyxhslPYTqZ5dmDmmpSTjRgArGe5d7QKsPejCL/Qs=
|
||||
SHA256 (Pkgfile) = 558aecfef2ac563f9a00e2beae49d4fd8926f3b38ed08074d425e709b5f0c6b0
|
||||
SHA256 (.footprint) = 0fd452253376d4970125d8818875a6989994454ee94d983ffa403bbac9339903
|
||||
SHA256 (autovivification-0.18.tar.gz) = 2d99975685242980d0a9904f639144c059d6ece15899efde4acb742d3253f105
|
21
p5-autovivification/Pkgfile
Normal file
21
p5-autovivification/Pkgfile
Normal file
@ -0,0 +1,21 @@
|
||||
# Description: Lexically disable autovivification
|
||||
# URL: https://cpan.metacpan.org/dist/autovivification
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on:
|
||||
|
||||
name=p5-autovivification
|
||||
version=0.18
|
||||
release=1
|
||||
source=(https://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd autovivification-$version
|
||||
unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
|
||||
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
|
||||
perl Makefile.PL
|
||||
make install INSTALLDIRS=vendor DESTDIR="$PKG"
|
||||
find $PKG -name .packlist -o \
|
||||
-name perllocal.pod -o \
|
||||
-name README -o \
|
||||
-name '*.bs' | xargs rm
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user