diff options
Diffstat (limited to 'math/numpy/Makefile')
-rw-r--r-- | math/numpy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/numpy/Makefile b/math/numpy/Makefile index 3386b8d69300..1ccf1c691e85 100644 --- a/math/numpy/Makefile +++ b/math/numpy/Makefile @@ -6,11 +6,12 @@ # PORTNAME= numeric -PORTVERSION= 15.2 +PORTVERSION= 15.3 CATEGORIES= math python MASTER_SITES= http://download.sourceforge.net/numpy/ PKGNAMEPREFIX= py- DISTNAME= Numerical-${PORTVERSION} +EXTRACT_SUFX= .tgz MAINTAINER= tg@FreeBSD.org |