diff options
author | Wen Heping <wen@FreeBSD.org> | 2015-09-29 06:08:41 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2015-09-29 06:08:41 +0000 |
commit | 1d21361e61b8ce943ede50c999aee7a9518b7fe7 (patch) | |
tree | 16a9cd1409839e28d4af57ce9c129c174073d721 /math/py-gsl/Makefile | |
parent | 55b3c12cb5024a4f799b8ccc4c702a7ff2c4b6e5 (diff) | |
download | ports-1d21361e61b8ce943ede50c999aee7a9518b7fe7.tar.gz ports-1d21361e61b8ce943ede50c999aee7a9518b7fe7.zip |
Notes
Diffstat (limited to 'math/py-gsl/Makefile')
-rw-r--r-- | math/py-gsl/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index f49ae56489ee..c3eb47b3c585 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -2,22 +2,23 @@ # $FreeBSD$ PORTNAME= gsl -PORTVERSION= 0.9.5 -PORTREVISION= 7 +PORTVERSION= 2.1.1 CATEGORIES= math python MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/py${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pygsl-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= wen@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to GNU Scientific Library -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/core/include/numpy/arrayobject.h:${PORTSDIR}/math/py-numpy -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy +LICENSE= GPLv2 + +BUILD_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libgsl.so:${PORTSDIR}/math/gsl USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils .include <bsd.port.mk> |