diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /lang/f2py | |
parent | e90c5ac85e1589656db313625839221c0668d513 (diff) |
Notes
Diffstat (limited to 'lang/f2py')
-rw-r--r-- | lang/f2py/Makefile | 2 | ||||
-rw-r--r-- | lang/f2py/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lang/f2py/Makefile b/lang/f2py/Makefile index f7e0b355183b..a949300f1a43 100644 --- a/lang/f2py/Makefile +++ b/lang/f2py/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME:U}-2.13.175-1250 MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Fortran to Python Interface Generator + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric USE_PYTHON= yes diff --git a/lang/f2py/pkg-comment b/lang/f2py/pkg-comment deleted file mode 100644 index 87222d797e3a..000000000000 --- a/lang/f2py/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Fortran to Python Interface Generator |