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
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