ports/contrib (3.5): p5-test-exception: initial commit, version 0.43
commit e8873d6e14b191d5a818c28523601c7e6bd48795 Author: Tim Biermann <tbier@posteo.de> Date: Sat Aug 31 10:40:47 2019 +0000 p5-test-exception: initial commit, version 0.43 diff --git a/p5-test-exception/.footprint b/p5-test-exception/.footprint new file mode 100644 index 00000000..62a5aea3 --- /dev/null +++ b/p5-test-exception/.footprint @@ -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 diff --git a/p5-test-exception/.signature b/p5-test-exception/.signature new file mode 100644 index 00000000..ab227bf2 --- /dev/null +++ b/p5-test-exception/.signature @@ -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 diff --git a/p5-test-exception/Pkgfile b/p5-test-exception/Pkgfile new file mode 100644 index 00000000..5ec9efb5 --- /dev/null +++ b/p5-test-exception/Pkgfile @@ -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.ta...) + +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 +}
participants (1)
-
crux@crux.nu