opnsense-ports/science/py-ScientificPython/Makefile
Franco Fichtner d81000da0e */*: sync with upstream
Taken from: HardenedBSD
2018-07-01 12:11:24 +02:00

25 lines
519 B
Makefile

# $FreeBSD$
PORTNAME= ScientificPython
DISTVERSION= 2.9.4
PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
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>