diff options
Diffstat (limited to 'devel/py-fortran')
-rw-r--r-- | devel/py-fortran/Makefile | 2 | ||||
-rw-r--r-- | devel/py-fortran/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-fortran/Makefile b/devel/py-fortran/Makefile index 50f454b9a186..c2c1a554c67e 100644 --- a/devel/py-fortran/Makefile +++ b/devel/py-fortran/Makefile @@ -16,6 +16,8 @@ DISTNAME= pyfort-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Creating extensions to the Python language with Fortran routines + RUN_DEPENDS= ${PYNUMERIC} USE_PYTHON= yes diff --git a/devel/py-fortran/pkg-comment b/devel/py-fortran/pkg-comment deleted file mode 100644 index ef5ae4368427..000000000000 --- a/devel/py-fortran/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Creating extensions to the Python language with Fortran routines |