aboutsummaryrefslogtreecommitdiff
path: root/math/py-numarray/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-05-07 09:16:09 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-05-07 09:16:09 +0000
commit6b1629fbcc8fb5d4eb18bc25a75a6f4f9a407263 (patch)
tree6808507503865031c99be7e0840d4fd9cca3c5ef /math/py-numarray/Makefile
parentfb931a4550bc1c5c0a4ce20281e4e22e4b4a03f4 (diff)
downloadports-6b1629fbcc8fb5d4eb18bc25a75a6f4f9a407263.tar.gz
ports-6b1629fbcc8fb5d4eb18bc25a75a6f4f9a407263.zip
Update to 0.5
Notes
Notes: svn path=/head/; revision=80355
Diffstat (limited to 'math/py-numarray/Makefile')
-rw-r--r--math/py-numarray/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile
index 7893e5ac9c7f..bfd3476953cf 100644
--- a/math/py-numarray/Makefile
+++ b/math/py-numarray/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= numarray
-PORTVERSION= 0.3.4
+PORTVERSION= 0.5
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= numpy
@@ -17,10 +17,16 @@ COMMENT= Numeric array manipulation extension module for Python
USE_PYTHON= yes
USE_PYDISTUTILS=yes
+NO_BUILD= yes # setup.py doesn't work as expected for 'build' target.
DOCDIR= ${PREFIX}/share/doc/py-numarray
EXAMPLEDIR= ${PREFIX}/share/examples/py-numarray
+post-extract:
+ cd ${WRKSRC} && \
+ ${PYTHON_CMD} Lib/codegenerator.py && \
+ ${PYTHON_CMD} Include/numarray/genapis.py
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCDIR} ${EXAMPLEDIR}