1
0
forked from ports/contrib

p5-math-round: initial commit, version 0.07

This commit is contained in:
Tim Biermann 2019-08-31 10:40:25 +00:00
parent 70e43717da
commit 82a7fd0a2b
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 43 additions and 0 deletions

21
p5-math-round/.footprint Normal file
View File

@ -0,0 +1,21 @@
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/Math/
-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.28/Math/Round.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/Math/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/auto/Math/Round/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/auto/Math/Round/autosplit.ix
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/Math/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/Math/Round/
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/Math::Round.3pm.gz

5
p5-math-round/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37gcNRjI9+hiYsz1ir7SQwkxqjWEeqM1B8MpntrSWxg+PSdhwhTKlEBU0BDo/xuOSnt0plWPZ3FyWNeTCE3oYgs=
SHA256 (Pkgfile) = b887178f2cff9f7970bb4fa9013e6cf02451fd2b286aaa7c11f46ce9400d6658
SHA256 (.footprint) = 00ed181e0738e3ea766c42e6eb463e880bef943ad653f75c80cf5326db522df1
SHA256 (Math-Round-0.07.tar.gz) = 73a7329a86e54a5c29a440382e5803095b58f33129e61a1df0093b4824de9327

17
p5-math-round/Pkgfile Normal file
View File

@ -0,0 +1,17 @@
# Description: Perl extension for rounding numbers
# URL: https://cpan.metacpan.org/dist/Math-Round
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on:
name=p5-math-round
version=0.07
release=1
source=(https://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-$version.tar.gz)
build() {
cd Math-Round-$version
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
make install DESTDIR=$PKG
find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete
}