ports/contrib (3.5): p5-path-tiny: initial commit
commit 9048fa5d90f2f3442805913e4101c3488ff1467a Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 4 16:15:57 2019 +0200 p5-path-tiny: initial commit diff --git a/p5-path-tiny/.footprint b/p5-path-tiny/.footprint new file mode 100644 index 00000000..e0781fc2 --- /dev/null +++ b/p5-path-tiny/.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/Path/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Path/Tiny.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/Path/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Path/Tiny/ +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/Path::Tiny.3pm.gz diff --git a/p5-path-tiny/.md5sum b/p5-path-tiny/.md5sum new file mode 100644 index 00000000..26ccea09 --- /dev/null +++ b/p5-path-tiny/.md5sum @@ -0,0 +1 @@ +1a7fbdccc4585074ce4419b7bec0966c Path-Tiny-0.108.tar.gz diff --git a/p5-path-tiny/.signature b/p5-path-tiny/.signature new file mode 100644 index 00000000..9a7e5c77 --- /dev/null +++ b/p5-path-tiny/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF318guqcN4MYT+/yg+NolAlaqDDgWHooqK+kS4Qw/u+l3tHNDIigAONA0NdZhi/C7m1ifYk2BwbL7K2d6fIAHsAI= +SHA256 (Pkgfile) = 51222c6391a4d2e94393185fffbf08c9616e3bf9c0c526bc83cd77397a205ed0 +SHA256 (.footprint) = 6d4e30272b0b9b84c6aa44c18569ef0b25a0bcb7ef3ddd9f991059faaafba8c9 +SHA256 (Path-Tiny-0.108.tar.gz) = 3c49482be2b3eb7ddd7e73a5b90cff648393f5d5de334ff126ce7a3632723ff5 diff --git a/p5-path-tiny/Pkgfile b/p5-path-tiny/Pkgfile new file mode 100644 index 00000000..b790750e --- /dev/null +++ b/p5-path-tiny/Pkgfile @@ -0,0 +1,19 @@ +# Description: File path utility +# URL: https://metacpan.org/release/Path-Tiny +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-path-tiny +version=0.108 +release=1 +source=(https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-$version.tar.gz) + +build() { + cd Path-Tiny-$version + export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps + unset PERL5LIB PERL_MM_OPT + perl Makefile.PL + make + make DESTDIR=$PKG install + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +}
participants (1)
-
crux@crux.nu