ports/contrib (3.5): p5-clone: initial commit, version 0.41
commit 1586bbb8c29956564d040930a3e63ed84e4d770b Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:04 2019 +0000 p5-clone: initial commit, version 0.41 diff --git a/p5-clone/.footprint b/p5-clone/.footprint new file mode 100644 index 00000000..eed1f998 --- /dev/null +++ b/p5-clone/.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/linux-thread-multi/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Clone.pm +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/Clone/ +-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Clone/Clone.so +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Clone/autosplit.ix +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/Clone.3pm.gz diff --git a/p5-clone/.signature b/p5-clone/.signature new file mode 100644 index 00000000..06bfaed9 --- /dev/null +++ b/p5-clone/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3x3oZrFmRx6NYronk4Ldwc6dgRBQoW4de2nDzCWcHCo/bhRaIPHaU6DeYFPsCAVj1YD54qLvloLsYZjt8r7scQ4= +SHA256 (Pkgfile) = 2718befa21851a864c3fa7c9001e5b75cd38da3d773de4afed865620e1e28237 +SHA256 (.footprint) = cf0e820e1e32eac117819aafcc39dc9da9da3ba6ebfb72bf80ce59106d26ffd9 +SHA256 (Clone-0.41.tar.gz) = e8c056dcf4bc8889079a09412af70194a54a269689ba72edcd91291a46a51518 diff --git a/p5-clone/Pkgfile b/p5-clone/Pkgfile new file mode 100644 index 00000000..ef37ed8e --- /dev/null +++ b/p5-clone/Pkgfile @@ -0,0 +1,20 @@ +# Description: Recursive copy of nested objects +# URL: https://cpan.metacpan.org/~RDF/Clone +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-clone +version=0.41 +release=1 +source=(https://cpan.metacpan.org/authors/id/G/GA/GARU/Clone-$version.tar.gz) + +build() { + cd Clone-$version + PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG -name .packlist -o \ + -name perllocal.pod -o \ + -name README -o \ + -name '*.bs' | xargs rm +}
participants (1)
-
crux@crux.nu