diff --git a/math/py-benford_py/Makefile b/math/py-benford_py/Makefile index 40225f875c4f..0b52ed0ee209 100644 --- a/math/py-benford_py/Makefile +++ b/math/py-benford_py/Makefile @@ -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 diff --git a/math/py-benford_py/pkg-descr b/math/py-benford_py/pkg-descr index a6630320ba43..2b783ddc2ce0 100644 --- a/math/py-benford_py/pkg-descr +++ b/math/py-benford_py/pkg-descr @@ -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