diff options
author | perky <perky@FreeBSD.org> | 2003-02-25 06:25:35 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-02-25 06:25:35 +0000 |
commit | 64f95db42862bd75b3aa62212ad8bc515a441d3e (patch) | |
tree | 8e9ed3acb80bfe91146a654045c0a07d58bc7380 /math | |
parent | a40a8a3ce52a51573d19beeb58f650e5c658f014 (diff) | |
download | FreeBSD-ports-64f95db42862bd75b3aa62212ad8bc515a441d3e.zip FreeBSD-ports-64f95db42862bd75b3aa62212ad8bc515a441d3e.tar.gz |
De-pkg-comment for my ports.
Diffstat (limited to 'math')
-rw-r--r-- | math/py-gsl/Makefile | 1 | ||||
-rw-r--r-- | math/py-gsl/pkg-comment | 1 | ||||
-rw-r--r-- | math/py-numarray/Makefile | 1 | ||||
-rw-r--r-- | math/py-numarray/pkg-comment | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/math/py-gsl/Makefile b/math/py-gsl/Makefile index be727ff..44e1ed6 100644 --- a/math/py-gsl/Makefile +++ b/math/py-gsl/Makefile @@ -15,6 +15,7 @@ DISTNAME= pygsl-${PORTVERSION} DIST_SUBDIR= python MAINTAINER= perky@FreeBSD.org +COMMENT= Python interface to GNU Scientific Library LIB_DEPENDS= gsl.4:${PORTSDIR}/math/gsl diff --git a/math/py-gsl/pkg-comment b/math/py-gsl/pkg-comment deleted file mode 100644 index afe43f6..0000000 --- a/math/py-gsl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python interface to GNU Scientific Library diff --git a/math/py-numarray/Makefile b/math/py-numarray/Makefile index 8f38700..7893e5a 100644 --- a/math/py-numarray/Makefile +++ b/math/py-numarray/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= numpy PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= perky@FreeBSD.org +COMMENT= Numeric array manipulation extension module for Python USE_PYTHON= yes USE_PYDISTUTILS=yes diff --git a/math/py-numarray/pkg-comment b/math/py-numarray/pkg-comment deleted file mode 100644 index 447df01..0000000 --- a/math/py-numarray/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Numeric array manipulation extension module for Python |