ports/contrib (3.5): p5-file-which: initial commit
commit 237643c797c891b63a8aa604277fc6ff2d2d0cd6 Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 4 16:15:56 2019 +0200 p5-file-which: initial commit diff --git a/p5-file-which/.footprint b/p5-file-which/.footprint new file mode 100644 index 00000000..ecb52aa5 --- /dev/null +++ b/p5-file-which/.footprint @@ -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 diff --git a/p5-file-which/.md5sum b/p5-file-which/.md5sum new file mode 100644 index 00000000..00ab43c3 --- /dev/null +++ b/p5-file-which/.md5sum @@ -0,0 +1 @@ +c8f054534c3c098dd7a0dada60aaae34 File-Which-1.23.tar.gz diff --git a/p5-file-which/.signature b/p5-file-which/.signature new file mode 100644 index 00000000..1d8616d9 --- /dev/null +++ b/p5-file-which/.signature @@ -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 diff --git a/p5-file-which/Pkgfile b/p5-file-which/Pkgfile new file mode 100644 index 00000000..bed5e59e --- /dev/null +++ b/p5-file-which/Pkgfile @@ -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.g...) + +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 +}
participants (1)
-
crux@crux.nu