1
0
forked from ports/contrib

p5-list-utilsby: initial commit, version 0.11

This commit is contained in:
Tim Biermann 2019-08-31 10:40:24 +00:00
parent 89d4656c5a
commit 323272536e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 44 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/List/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/List/UtilsBy.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/List/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/List/UtilsBy/
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/List::UtilsBy.3pm.gz

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF38H3Ps7u2XORZh9YGaj5xWDbNFD0Qu4FQ05m44SrDoz1pn+YGKy9LBlHzCt1YJiIsJEm1xXdUSqLisLsD/DUygk=
SHA256 (Pkgfile) = d9d07207c0d2ef0e97ce389eb7394ddc723893c5875fa952f56c93598077b871
SHA256 (.footprint) = 24784b9d80ca3a725210a3c4fdcc3991b641e13edbedf0c9fd7173af548f3e8b
SHA256 (List-UtilsBy-0.11.tar.gz) = faddf43b4bc21db8e4c0e89a26e5f23fe626cde3491ec651b6aa338627f5775a

22
p5-list-utilsby/Pkgfile Normal file
View File

@ -0,0 +1,22 @@
# Description: Higher-order list utility functions
# URL: https://cpan.metacpan.org/~pevans/List-UtilsBy
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-list-utilsby
version=0.11
release=1
source=(https://cpan.metacpan.org/authors/id/P/PE/PEVANS/List-UtilsBy-$version.tar.gz)
build() {
cd List-UtilsBy-$version
export PERL_MM_USE_DEFAULT=1 \
PERL_AUTOINSTALL=--skipdeps \
PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$PKG"'" \
PERL_MB_OPT="--installdirs vendor --destdir '"$PKG"'" \
MODULEBUILDRC=/dev/null
perl Makefile.PL
make
make install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}