ports/contrib (3.5): p5-sub-install: initial commit, version 0.928
commit aa9cd11da83cffbfea05a2f150b5d4ded1276024 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:33 2019 +0000 p5-sub-install: initial commit, version 0.928 diff --git a/p5-sub-install/.footprint b/p5-sub-install/.footprint new file mode 100644 index 00000000..2c28d14b --- /dev/null +++ b/p5-sub-install/.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/Sub/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Sub/Install.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/Sub/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Sub/Install/ +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/Sub::Install.3pm.gz diff --git a/p5-sub-install/.signature b/p5-sub-install/.signature new file mode 100644 index 00000000..96ba2970 --- /dev/null +++ b/p5-sub-install/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF37AfT4IcI+gpDXyGhMT6kphshJXOCYpRC15S/GeEOKrrbOXN96XtOLrqYq4BdQLaXfmqCzpEeDbU+3sar5juHA8= +SHA256 (Pkgfile) = 2729d797a20803a908eab10dabfca7d59b07378267578def753245de028c2ae3 +SHA256 (.footprint) = 59a8925f3346dd00a837fab463b320badb6bee075ff99aa65c70f3a02fd33665 +SHA256 (Sub-Install-0.928.tar.gz) = 61e567a7679588887b7b86d427bc476ea6d77fffe7e0d17d640f89007d98ef0f diff --git a/p5-sub-install/Pkgfile b/p5-sub-install/Pkgfile new file mode 100644 index 00000000..cc79f4b7 --- /dev/null +++ b/p5-sub-install/Pkgfile @@ -0,0 +1,20 @@ +# Description: Install subroutines into packages easily +# URL: https://metacpan.org/release/Sub-Install +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-sub-install +version=0.928 +release=1 +source=(https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Install-$version.tar.gz) + +build() { + cd Sub-Install-$version + 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