diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
commit | 5b036c0ebac477c67c1025efeaca2a3cdca4ff0e (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /math/p5-Math-Cephes/pkg-descr | |
parent | f5ce240a4dce2a7c5cc4733a1804776792a07181 (diff) | |
download | FreeBSD-ports-5b036c0ebac477c67c1025efeaca2a3cdca4ff0e.zip FreeBSD-ports-5b036c0ebac477c67c1025efeaca2a3cdca4ff0e.tar.gz |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'math/p5-Math-Cephes/pkg-descr')
-rw-r--r-- | math/p5-Math-Cephes/pkg-descr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Cephes/pkg-descr b/math/p5-Math-Cephes/pkg-descr index 0ed8ed7..d820d19 100644 --- a/math/p5-Math-Cephes/pkg-descr +++ b/math/p5-Math-Cephes/pkg-descr @@ -1,5 +1,5 @@ -This module provides an interface to over 150 functions of the -cephes math library of Stephen Moshier. No functions are exported +This module provides an interface to over 150 functions of the +cephes math library of Stephen Moshier. No functions are exported by default, but rather must be imported explicitly, as in use Math::Cephes qw(sin cos); |