p5-test-exception: initial commit, version 0.43
This commit is contained in:
parent
e22141a7aa
commit
e8873d6e14
17
p5-test-exception/.footprint
Normal file
17
p5-test-exception/.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/Test/
|
||||
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/Test/Exception.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/Test/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Test/Exception/
|
||||
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/Test::Exception.3pm.gz
|
5
p5-test-exception/.signature
Normal file
5
p5-test-exception/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF33HYAEheNjjTaCLEJVULCbJGbW/UAh0JlEzbW03A+WpIhZ96JR+Nl+4+ZVYq03yi/qDcfb9DGNJppeWwKKRKogs=
|
||||
SHA256 (Pkgfile) = fa69759aacc2eb6a7bbd144b204b5d204c3c1ccb319a52a9d6c896c9b85a0167
|
||||
SHA256 (.footprint) = fca4cdb1f6f9d929767e5853f3ded0238423517e6aa5a99fd74ae6c801d4a903
|
||||
SHA256 (Test-Exception-0.43.tar.gz) = 156b13f07764f766d8b45a43728f2439af81a3512625438deab783b7883eb533
|
17
p5-test-exception/Pkgfile
Normal file
17
p5-test-exception/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: Perl Module Test::Exception : Functions for testing exceptionbased code
|
||||
# URL: https://cpan.metacpan.org/dist/Test-Exception/
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
# Depends on: p5-sub-uplevel
|
||||
|
||||
name=p5-test-exception
|
||||
version=0.43
|
||||
release=1
|
||||
source=(https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Exception-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd Test-Exception-$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