diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-10-11 22:22:05 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-10-11 22:22:05 +0000 |
commit | 9e0578a728b750cca115fb12c5dc1c4e6114bb60 (patch) | |
tree | e00f7c97b3e72c3e44cb3199fc43f4f24aec11bb /math | |
parent | 75f9197c9b364335d666aad8e53f12f5c123375e (diff) | |
download | ports-9e0578a728b750cca115fb12c5dc1c4e6114bb60.tar.gz ports-9e0578a728b750cca115fb12c5dc1c4e6114bb60.zip |
math/p5-Math-Round: Update to 0.08
- Add LICENSE_FILE
Changes: https://metacpan.org/dist/Math-Round/changes
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Round/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Math-Round/distinfo | 5 | ||||
-rw-r--r-- | math/p5-Math-Round/pkg-plist | 1 |
3 files changed, 5 insertions, 4 deletions
diff --git a/math/p5-Math-Round/Makefile b/math/p5-Math-Round/Makefile index 4cc0c99f3c58..ce5f0112b88f 100644 --- a/math/p5-Math-Round/Makefile +++ b/math/p5-Math-Round/Makefile @@ -1,5 +1,5 @@ PORTNAME= Math-Round -PORTVERSION= 0.07 +PORTVERSION= 0.08 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,7 @@ WWW= https://metacpan.org/release/Math-Round LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure diff --git a/math/p5-Math-Round/distinfo b/math/p5-Math-Round/distinfo index 00f4fcb3aa5c..87fc3f22bf8c 100644 --- a/math/p5-Math-Round/distinfo +++ b/math/p5-Math-Round/distinfo @@ -1,2 +1,3 @@ -SHA256 (Math-Round-0.07.tar.gz) = 73a7329a86e54a5c29a440382e5803095b58f33129e61a1df0093b4824de9327 -SIZE (Math-Round-0.07.tar.gz) = 5221 +TIMESTAMP = 1697030424 +SHA256 (Math-Round-0.08.tar.gz) = 7b4d2775ad3b859a5fd61f7f3fc5cfba42b1a10df086d2ed15a0ae712c8fd402 +SIZE (Math-Round-0.08.tar.gz) = 12039 diff --git a/math/p5-Math-Round/pkg-plist b/math/p5-Math-Round/pkg-plist index 23d9bf10dd21..3db1ee26fb49 100644 --- a/math/p5-Math-Round/pkg-plist +++ b/math/p5-Math-Round/pkg-plist @@ -1,3 +1,2 @@ %%SITE_PERL%%/Math/Round.pm -%%SITE_PERL%%/auto/Math/Round/autosplit.ix %%PERL5_MAN3%%/Math::Round.3.gz |