summaryrefslogtreecommitdiff
path: root/math/py-numarray/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-numarray/Makefile')
-rw-r--r--math/py-numarray/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile
index 0e1febbe39f..c7b5a5f8c77 100644
--- a/math/py-numarray/Makefile
+++ b/math/py-numarray/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2006/03/08 17:21:34 minskim Exp $
+# $NetBSD: Makefile,v 1.12 2006/10/17 14:25:43 drochner Exp $
#
-DISTNAME= numarray-1.5.1
-PKGNAME= ${PYPKGPREFIX}-numarray-1.5.1
+DISTNAME= numarray-1.5.2
+PKGNAME= ${PYPKGPREFIX}-numarray-1.5.2
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
@@ -20,5 +20,8 @@ PLIST_SUBST+= DOTBLAS=""
PLIST_SUBST+= DOTBLAS="@comment "
.endif
+do-test:
+ (cd ${WRKSRC}/Lib && ${PYTHONBIN} testall.py)
+
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"