1
0
forked from ports/contrib

p5-sub-identify: initial commit, version 0.14

This commit is contained in:
Tim Biermann 2019-08-31 10:40:33 +00:00
parent 4f655846b5
commit 40caf8c0f6
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 40 additions and 0 deletions

View File

@ -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

View File

@ -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

17
p5-sub-identify/Pkgfile Normal file
View File

@ -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
}