Index: head/math/py-benford_py/Makefile =================================================================== --- head/math/py-benford_py/Makefile (revision 554695) +++ head/math/py-benford_py/Makefile (revision 554696) @@ -1,21 +1,24 @@ # $FreeBSD$ 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 RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist + +NO_ARCH= yes .include Index: head/math/py-benford_py/pkg-descr =================================================================== --- head/math/py-benford_py/pkg-descr (revision 554695) +++ head/math/py-benford_py/pkg-descr (revision 554696) @@ -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