diff options
author | wen <wen@FreeBSD.org> | 2015-09-29 14:08:41 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2015-09-29 14:08:41 +0800 |
commit | b7c7662ba79e92ab5c56f66f65d3178713d5cbc0 (patch) | |
tree | 16a9cd1409839e28d4af57ce9c129c174073d721 /math/py-gsl/Makefile | |
parent | ed8a099de75db5ae44e14dc6415382fbc13826ca (diff) | |
download | freebsd-ports-gnome-b7c7662ba79e92ab5c56f66f65d3178713d5cbc0.tar.gz freebsd-ports-gnome-b7c7662ba79e92ab5c56f66f65d3178713d5cbc0.tar.zst freebsd-ports-gnome-b7c7662ba79e92ab5c56f66f65d3178713d5cbc0.zip |
- Update to 2.1.1
- Add LICENSE
- Reset maintainer to ports@
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> |