diff options
Diffstat (limited to 'math/py-openTSNE/Makefile')
-rw-r--r-- | math/py-openTSNE/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-openTSNE/Makefile b/math/py-openTSNE/Makefile index 41346f1fe053..2710020b0206 100644 --- a/math/py-openTSNE/Makefile +++ b/math/py-openTSNE/Makefile @@ -1,8 +1,9 @@ PORTNAME= openTSNE -DISTVERSION= 1.0.1 +DISTVERSION= 1.0.2 CATEGORIES= math python # statistics MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:tl}-${PORTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Fast, parallel implementations of t-SNE |