p5-file-slurper: initial commit, version 0.012

This commit is contained in:
Tim Biermann 2019-08-31 10:40:11 +00:00
parent 3141a9ecb9
commit 065c05f74c
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,17 @@
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/File/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/File/Slurper.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/File/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/File/Slurper/
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/File::Slurper.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF31KP1cDSB8lEQSrZmkwJhXCWAnqGnL6ieoKWzTx74mt4eVaba5OZYQAcL18W/lSLeL3zBB482zbneHdiFcvrPgY=
SHA256 (Pkgfile) = 7cb671b7e1de12e81e6468e7d0c6a7b7b142db55acb650631235891910f8be67
SHA256 (.footprint) = 3f6201dd812134af3172675e16e268547061ed9324e7cc2545e34e7892d05b92
SHA256 (File-Slurper-0.012.tar.gz) = 4efb2ea416b110a1bda6f8133549cc6ea3676402e3caf7529fce0313250aa578

19
p5-file-slurper/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: A simple, sane and efficient module to slurp a file
# URL: https://metacpan.org/release/File-Slurper
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-file-slurper
version=0.012
release=1
source=(https://cpan.metacpan.org/authors/id/L/LE/LEONT/File-Slurper-$version.tar.gz)
build() {
cd File-Slurper-$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
make install INSTALLDIRS=vendor DESTDIR=$PKG
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}