diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-28 13:13:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-28 13:13:25 +0000 |
commit | 0f7042e5fea2663ffb826ec77fc9ae8c1033b4e5 (patch) | |
tree | 0b9ffe0ab5425dad980a2f610ed38506c77a12c8 /math/p5-Math-Matrix | |
parent | 289574e39b7f941ecb6782f343d926b6a47b5acc (diff) |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 7).
Notes
Notes:
svn path=/head/; revision=536768
Diffstat (limited to 'math/p5-Math-Matrix')
-rw-r--r-- | math/p5-Math-Matrix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Math-Matrix/Makefile b/math/p5-Math-Matrix/Makefile index b8a355310983..72e8e7b48588 100644 --- a/math/p5-Math-Matrix/Makefile +++ b/math/p5-Math-Matrix/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Math::Matrix - multiply and invert matrices +COMMENT= Multiply and invert matrices in Perl USES= perl5 USE_PERL5= configure |