diff options
author | eadler <eadler@FreeBSD.org> | 2013-10-31 12:17:29 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-10-31 12:17:29 +0800 |
commit | 8bdbc687b0cf6ff49758bb18b545a6b56918e371 (patch) | |
tree | c15b3bcdef439aa3fe21c75311168540a8b065b8 /math/p5-Statistics-Basic | |
parent | ca73cc80db36e4d4940a23cb5a16c9b8cb3bdb6b (diff) | |
download | freebsd-ports-gnome-8bdbc687b0cf6ff49758bb18b545a6b56918e371.tar.gz freebsd-ports-gnome-8bdbc687b0cf6ff49758bb18b545a6b56918e371.tar.zst freebsd-ports-gnome-8bdbc687b0cf6ff49758bb18b545a6b56918e371.zip |
The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'
Maintainers were notified and given time to object.
Diffstat (limited to 'math/p5-Statistics-Basic')
-rw-r--r-- | math/p5-Statistics-Basic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/p5-Statistics-Basic/Makefile b/math/p5-Statistics-Basic/Makefile index d210730ef663..a591fa73e9fb 100644 --- a/math/p5-Statistics-Basic/Makefile +++ b/math/p5-Statistics-Basic/Makefile @@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= Statistics PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org -COMMENT= A collection of very basic statistics modules +COMMENT= Collection of basic statistics modules BUILD_DEPENDS= p5-Number-Format>=1.61:${PORTSDIR}/textproc/p5-Number-Format RUN_DEPENDS:= ${BUILD_DEPENDS} |