freebsd-ports/science/py-ScientificPython/Makefile
Yuri Victorovich 2dba1f426d science/py-ScientificPython: Change WWW URL; Change to CHEESESHOP
The PyPI site had a wrong version, wrong homepage, and missing tarball.
The upstream fixed this.
2018-06-30 16:49:08 +00: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>