math/py-benford_py: Fix typos; Add NO_ARCH=yes

This commit is contained in:
Yuri Victorovich 2020-11-09 09:42:29 +00:00
parent e71ec11027
commit 69bc529f41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554696
2 changed files with 5 additions and 2 deletions

View file

@ -2,12 +2,13 @@
PORTNAME= benford_py
DISTVERSION= 0.2.7
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Library for testing data sets with Bendford's Law
COMMENT= Library for testing data sets with Benford's law
LICENSE= GPLv3
@ -18,4 +19,6 @@ RUN_DEPENDS= ${PYNUMPY} \
USES= python:3.6+
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -1,4 +1,4 @@
The library to test data sets with Benford's Law for abnormalities and
statistical irregularigties.
statistical irregularities.
WWW: https://github.com/milcent/benford_py