forked from ports/contrib
p5-capture-tiny: initial commit
This commit is contained in:
parent
377d0366fd
commit
33cbcb8b11
17
p5-capture-tiny/.footprint
Normal file
17
p5-capture-tiny/.footprint
Normal file
@ -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/Capture/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Capture/Tiny.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/Capture/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Capture/Tiny/
|
||||
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/Capture::Tiny.3pm.gz
|
1
p5-capture-tiny/.md5sum
Normal file
1
p5-capture-tiny/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
f5d24083ad270f8326dd659dd83eeb54 Capture-Tiny-0.48.tar.gz
|
5
p5-capture-tiny/.signature
Normal file
5
p5-capture-tiny/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF30MC8losjpHvch7ESIewb7ys5oVylLgXF5QfI1usTKqiJZQyDoX21sr3Hr5PlMFEMC0sV/aRBbVaFehXl/244Ak=
|
||||
SHA256 (Pkgfile) = 9106c808fe92cabb6f7ee18732ced8d34c9d77204c91ad94efad1b7139c2ca9c
|
||||
SHA256 (.footprint) = 9c78aaf1fe73a706b05fe72aa1cc36a037b9dd2d44c06e0edcd2e953eb263c67
|
||||
SHA256 (Capture-Tiny-0.48.tar.gz) = 6c23113e87bad393308c90a207013e505f659274736638d8c79bac9c67cc3e19
|
17
p5-capture-tiny/Pkgfile
Normal file
17
p5-capture-tiny/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: Capture STDOUT and STDERR from Perl, XS or external programs
|
||||
# URL: https://metacpan.org/release/Capture-Tiny
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on:
|
||||
|
||||
name=p5-capture-tiny
|
||||
version=0.48
|
||||
release=1
|
||||
source=(https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Capture-Tiny-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd Capture-Tiny-$version
|
||||
PERL_MM_USE_DEFAULT=1 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