forked from ports/contrib
p5-sub-identify: initial commit, version 0.14
This commit is contained in:
parent
4f655846b5
commit
40caf8c0f6
18
p5-sub-identify/.footprint
Normal file
18
p5-sub-identify/.footprint
Normal 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
|
5
p5-sub-identify/.signature
Normal file
5
p5-sub-identify/.signature
Normal 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
17
p5-sub-identify/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user