summaryrefslogtreecommitdiff
path: root/science/py-ScientificPython/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/py-ScientificPython/Makefile')
-rw-r--r--science/py-ScientificPython/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/science/py-ScientificPython/Makefile b/science/py-ScientificPython/Makefile
new file mode 100644
index 000000000000..9eaffec6bdba
--- /dev/null
+++ b/science/py-ScientificPython/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= ScientificPython
+DISTVERSION= 2.9.4
+CATEGORIES= science python
+MASTER_SITES= https://sourcesup.renater.fr/frs/download.php/file/4570/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Various Python modules for scientific computing
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYNUMPY}
+LIB_DEPENDS= libnetcdf.so:science/netcdf
+RUN_DEPENDS= ${PYNUMPY}
+
+USES= python:2.7
+USE_PYTHON= distutils cython concurrent autoplist
+
+MAKE_ENV= COMPILE_CYTHON=1
+
+.include <bsd.port.mk>