diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:33 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-31 10:40:33 +0000 |
commit | 40caf8c0f656c448e9391726dd1471c18afd33c5 (patch) | |
tree | aaebb67581baeb3507d4a6cf33c8f2b46b922360 /p5-sub-identify | |
parent | 4f655846b55d97b7d94e2fc01db03fcf3e061e89 (diff) | |
download | contrib-40caf8c0f656c448e9391726dd1471c18afd33c5.tar.gz contrib-40caf8c0f656c448e9391726dd1471c18afd33c5.tar.xz |
p5-sub-identify: initial commit, version 0.14
Diffstat (limited to 'p5-sub-identify')
-rw-r--r-- | p5-sub-identify/.footprint | 18 | ||||
-rw-r--r-- | p5-sub-identify/.signature | 5 | ||||
-rw-r--r-- | p5-sub-identify/Pkgfile | 17 |
3 files changed, 40 insertions, 0 deletions
diff --git a/p5-sub-identify/.footprint b/p5-sub-identify/.footprint new file mode 100644 index 000000000..3fccb769b --- /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 000000000..b16f30902 --- /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 000000000..8eac993c6 --- /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.gz) + +build() { + cd Sub-Identify-$version + perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +} |