1
0
forked from ports/contrib

p5-file-which: initial commit

This commit is contained in:
Tim Biermann 2019-08-04 16:15:56 +02:00
parent afe6f66a50
commit 237643c797
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 40 additions and 0 deletions

17
p5-file-which/.footprint Normal file
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/Which.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/Which/
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::Which.3pm.gz

1
p5-file-which/.md5sum Normal file
View File

@ -0,0 +1 @@
c8f054534c3c098dd7a0dada60aaae34 File-Which-1.23.tar.gz

5
p5-file-which/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36UITErFL/noxx3RkNrXerwhzcZSBj/MmyOXfjUcmED1AO7pOoxPCRSnYu0dVRlgLBOJG5QSncMCLlQ6VlSTKw0=
SHA256 (Pkgfile) = 42cf30fafe9dbe3e9f4c0adee596f0efbb3f6261d512eaf9c47aeeba5c91c0c5
SHA256 (.footprint) = 8af2234f042e315df3b59b1a1c160545267d29f9b7f7c275669c153afaa7e140
SHA256 (File-Which-1.23.tar.gz) = b79dc2244b2d97b6f27167fc3b7799ef61a179040f3abd76ce1e0a3b0bc4e078

17
p5-file-which/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Portable implementation of which
# URL: https://metacpan.org/release/File-Which
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-file-which
version=1.23
release=1
source=(https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-$version.tar.gz)
build() {
cd File-Which-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make DESTDIR=$PKG install
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}