diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2010-05-23 21:16:16 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2010-05-23 21:16:16 +0000 |
commit | cb4c25213665ac309bb45fad5ead1e5f980dfbb7 (patch) | |
tree | 10b0a955d2dc44349aee323d01542f8e79487617 /math | |
parent | 9799e1a2fa02b78ae56510af34916c8fda6e5580 (diff) | |
download | ports-cb4c25213665ac309bb45fad5ead1e5f980dfbb7.tar.gz ports-cb4c25213665ac309bb45fad5ead1e5f980dfbb7.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/py-gsl/Makefile | 2 | ||||
-rw-r--r-- | math/py-numarray/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index 81129c76a405..1f5a693b7b6a 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pygsl-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= perky@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 diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile index 52635700314f..bfa6847701db 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -11,7 +11,7 @@ CATEGORIES= math python MASTER_SITES= SF/numpy/Old%20Numarray/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= perky@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Numeric array manipulation extension module for Python USE_PYTHON= yes |