diff options
Diffstat (limited to 'math/py-statsmodels/Makefile')
-rw-r--r-- | math/py-statsmodels/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index 669980fc9f70..d6cbc65701a2 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Complement to SciPy for statistical computations -WWW= https://github.com/statsmodels/statsmodels +WWW= https://www.statsmodels.org/stable/ \ + https://github.com/statsmodels/statsmodels LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt |