ports/contrib (3.5): p5-sub-identify: initial commit, version 0.14
commit 40caf8c0f656c448e9391726dd1471c18afd33c5 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:33 2019 +0000 p5-sub-identify: initial commit, version 0.14 diff --git a/p5-sub-identify/.footprint b/p5-sub-identify/.footprint new file mode 100644 index 00000000..3fccb769 --- /dev/null +++ b/p5-sub-identify/.footprint @@ -0,0 +1,18 @@ +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/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Sub/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/Sub/Identify.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/Sub/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Sub/Identify/ +-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Sub/Identify/Identify.so +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::Identify.3pm.gz diff --git a/p5-sub-identify/.signature b/p5-sub-identify/.signature new file mode 100644 index 00000000..b16f3090 --- /dev/null +++ b/p5-sub-identify/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3zkkbktQl+5anqSWbCFlAojibyvpmHnMFoxKdIt1bcuL4f43IenlpF0mHD5+eJui+DcsJEcE3QUyQOkDoiaDmwI= +SHA256 (Pkgfile) = 3d6843efe82fbb3893433f1504e3c6bce27a45322c3bb0518b3dc7906750fb1a +SHA256 (.footprint) = 1f024d0fdc0be73fba2339125df697651f54f6b9111defc9944c0c331e38a45c +SHA256 (Sub-Identify-0.14.tar.gz) = 068d272086514dd1e842b6a40b1bedbafee63900e5b08890ef6700039defad6f diff --git a/p5-sub-identify/Pkgfile b/p5-sub-identify/Pkgfile new file mode 100644 index 00000000..8eac993c --- /dev/null +++ b/p5-sub-identify/Pkgfile @@ -0,0 +1,17 @@ +# Description: Retrieve names of code references +# URL: https://search.mcpan.org/dist/Sub-Identify +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-sub-identify +version=0.14 +release=1 +source=(https://cpan.metacpan.org/authors/id/R/RG/RGARCIA/Sub-Identify-$version.tar....) + +build() { + cd Sub-Identify-$version + perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +}
participants (1)
-
crux@crux.nu